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/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
