Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 10779:add87b12e63c
implement proper CGELSD/ZGELSD RWORK size formulas, as found in lapack SVN
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 09 Jul 2010 14:12:59 +0200 |
parents | f3892d8eea9f |
children | c2041adcf234 |
comparison
equal
deleted
inserted
replaced
10778:6035bf68a755 | 10779:add87b12e63c |
---|---|
1 2010-07-09 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * CMatrix.cc (ComplexMatrix::lssolve (const ComplexMatrix&)): | |
4 Undo 10708:2786b7ae3f80, implement proper correction. | |
5 * fCMatrix.cc (FloatComplexMatrix::lssolve (const FloatComplexMatrix&)): | |
6 Ditto. | |
7 | |
1 2010-06-28 Jaroslav Hajek <highegg@gmail.com> | 8 2010-06-28 Jaroslav Hajek <highegg@gmail.com> |
2 | 9 |
3 * dim-vector.h (dim_vector::scalar_1x1): New method. | 10 * dim-vector.h (dim_vector::scalar_1x1): New method. |
4 * lo-traits.h (equal_types): Fix. | 11 * lo-traits.h (equal_types): Fix. |
5 | 12 |