Hi,

the declaration string in the documentation is identical to that of
gsl_matrix_min_index() which means that two parameters are missing.

Patch attached (taken against CVS as of 30 Nov, but not tested to
compile!)

It might also be a good idea to change imax and jmax in the docu of
gsl_matrix_min_index() to imin and jmin, though the documentation is
consistent.

Regards
        Thomas
--- vectors.texi.orig	2005-11-30 22:00:05.000000000 +0100
+++ vectors.texi	2005-11-30 22:02:26.000000000 +0100
@@ -1474,7 +1474,7 @@
 searching in row-major order.
 @end deftypefun
 
[EMAIL PROTECTED] void gsl_matrix_minmax_index (const gsl_matrix * @var{m}, size_t * @var{imin}, size_t * @var{imax})
[EMAIL PROTECTED] void gsl_matrix_minmax_index (const gsl_matrix * @var{m}, size_t * @var{imin}, size_t * @var{jmin}, size_t * @var{imax}, size_t * @var{imax})
 This function returns the indices of the minimum and maximum values in
 the matrix @var{m}, storing them in (@var{imin},@var{jmin}) and
 (@var{imax},@var{jmax}). When there are several equal minimum or maximum
_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to