Hello,

there is (I think) an error in the gsl documentation :

section : Vectors and Matrices
subsection : Finding maximum and minimum elements of matrices

the function "void gsl_matrix_minmax_index (const gsl_matrix * m, size_t *
imin, size_t * imax)" not exists...

I think the correct prototype is : void gsl_matrix_minmax_index (const
gsl_matrix*, size_t*, size_t*, size_t*, size_t*)

but I don't know if the function is :

void gsl_matrix_minmax_index (const gsl_matrix * m, size_t * imin, size_t
* imax, size_t * jmin, size_t * jmax)

or

void gsl_matrix_minmax_index (const gsl_matrix * m, size_t * imin, size_t
* jmin, size_t * imax, size_t * jmax)

thanks

have a good day

Martin DRUON



_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to