Hi,
he documentation of the function in the subject seems missing. I
suggest the attached modification to the multimin.texi file.

Best,
G.

-- 
Giulio Bottazzi <[email protected]>

PGP Key ID:BAB0A33F
diff --git a/doc/multimin.texi b/doc/multimin.texi
index eb7c756..5e1ec39 100644
--- a/doc/multimin.texi
+++ b/doc/multimin.texi
@@ -285,9 +285,10 @@ functions,
 @deftypefunx double gsl_multimin_fdfminimizer_minimum (const 
gsl_multimin_fdfminimizer * @var{s})
 @deftypefunx double gsl_multimin_fminimizer_minimum (const 
gsl_multimin_fminimizer * @var{s})
 @deftypefunx {gsl_vector *} gsl_multimin_fdfminimizer_gradient (const 
gsl_multimin_fdfminimizer * @var{s})
+@deftypefunx {gsl_vector *} gsl_multimin_fdfminimizer_dx (const 
gsl_multimin_fdfminimizer * @var{s})
 @deftypefunx double gsl_multimin_fminimizer_size (const 
gsl_multimin_fminimizer * @var{s})
 These functions return the current best estimate of the location of the
-minimum, the value of the function at that point, its gradient, 
+minimum, the value of the function at that point, its gradient, the last step 
increment of the estimate
 and minimizer specific characteristic size for the minimizer @var{s}.
 @end deftypefun
 

Reply via email to