Page 1 of 1

possible typos in descriptions

PostPosted: Thu Jun 02, 2011 4:48 am
by Yana Gurieva
Comments of functions cgtsv and zgtsv say now: "Note that the equation A**H *X = B may be solved by interchanging the
* order of the arguments DU and DL." Should not it be "Note that the equation A**T *X = B may be solved by interchanging the
* order of the arguments DU and DL" ?

And claqsb and zlaqsb have in the comments in the description of AB argument "On exit, if INFO = 0, the triangular factor U or L from the
Cholesky factorization A = U**T *U or A = L*L**T of the band matrix A, in the same storage format as A." Should not it be "On exit, if INFO = 0, the triangular factor U or L from the Cholesky factorization A = U**H *U or A = L*L**H of the band matrix A, in the same storage format as A" ?

Re: possible typos in descriptions

PostPosted: Thu Jun 02, 2011 2:30 pm
by Julien Langou
Dear Yana, you are correct. It is fixed in revision 980. Thanks a lot, Julien.