bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] reference manual error


From: Brian Gough
Subject: Re: [Bug-gsl] reference manual error
Date: Tue, 23 Aug 2005 13:48:26 +0100

Gabriel Withington writes:
 > I couldn't find a place to report a typo in the manual, so this is my best 
 > guess. In the section "Vectors and Matrices: Matrix views" in the 
 > description 
 > of the function gsl_matrix_submatrix() there is the line:
 > 
 > m'(i,j) = m->data[(k1*m->tda + k1) + i*m->tda + j]
 > 
 > which I believe should be:
 > 
 > m'(i,j) = m->data[(k1*m->tda + k2) + i*m->tda + j]

Thank you for bringing that to my attention -- I will correct it in
the next release.

-- 
best regards,

Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/




reply via email to

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