bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] Error in the gsl documentation (Matrix section)


From: druon
Subject: [Bug-gsl] Error in the gsl documentation (Matrix section)
Date: Wed, 25 Jan 2006 10:41:49 +0100 (CET)
User-agent: SquirrelMail/1.4.4

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]