[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-gsl] reference manual error
From: |
Gabriel Withington |
Subject: |
[Bug-gsl] reference manual error |
Date: |
Mon, 22 Aug 2005 19:41:50 -0400 |
User-agent: |
KMail/1.7.2 |
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]
I hope this is helpful.
- [Bug-gsl] reference manual error,
Gabriel Withington <=