rdoc/ndlinear.rdoc in rb-gsl-1.16.0.4 vs rdoc/ndlinear.rdoc in rb-gsl-1.16.0.5

- 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 # {Patrick Alken's page}[http://ucsu.colorado.edu/~alken/gsl/]. # # Contents: -# 1. {Introduction}[link:ndlinear_rdoc.html#label-Introduction] -# 1. {Class and methods}[link:ndlinear_rdoc.html#label-Class+and+Methods] -# 1. {Examples}[link:ndlinear_rdoc.html#label-Examples] +# 1. {Introduction}[link:rdoc/ndlinear_rdoc.html#label-Introduction] +# 1. {Class and methods}[link:rdoc/ndlinear_rdoc.html#label-Class+and+Methods] +# 1. {Examples}[link:rdoc/ndlinear_rdoc.html#label-Examples] # # == 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:ref_rdoc.html] +# {Reference index}[link:rdoc/ref_rdoc.html] # {top}[link:index.html] # #