rdoc/ndlinear.rdoc in rb-gsl-1.15.3.1 vs rdoc/ndlinear.rdoc in rb-gsl-1.15.3.2

- old
+ new

@@ -4,13 +4,13 @@ # The multi-dimension fitting library NDLINEAR is not included in GSL, # but is provided as an extension library. This is available at the # {Patric Alken's page}[http://ucsu.colorado.edu/~alken/gsl/"target="_top]. # # Contents: -# 1. {Introduction}[link:files/rdoc/ndlinear_rdoc.html#1] -# 1. {Class and methods}[link:files/rdoc/ndlinear_rdoc.html#2] -# 1. {Examples}[link:files/rdoc/ndlinear_rdoc.html#3] +# 1. {Introduction}[link:rdoc/ndlinear_rdoc.html#1] +# 1. {Class and methods}[link:rdoc/ndlinear_rdoc.html#2] +# 1. {Examples}[link:rdoc/ndlinear_rdoc.html#3] # # == {}[link:index.html"name="1] Introduction # The NDLINEAR extension provides support for general linear least squares # fitting to data which is a function of more than one variable (multi-linear or # multi-dimensional least squares fitting). This model has the form where @@ -242,9 +242,9 @@ # eps_rms /= volume # eps_rms = Math::sqrt(eps_rms) # STDERR.printf("rms error over all parameter space = %e\n", eps_rms) # # -# {Reference index}[link:files/rdoc/ref_rdoc.html] -# {top}[link:files/rdoc/index_rdoc.html] +# {Reference index}[link:rdoc/ref_rdoc.html] +# {top}[link:index.html] # #