Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 9862:c0aeedd8fb86
improve chol Matlab compatibility
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 25 Nov 2009 07:31:59 +0100 |
parents | 47c5af1868df |
children | ead4f9c82a9a |
comparison
equal
deleted
inserted
replaced
9861:cd53ecf0d79a | 9862:c0aeedd8fb86 |
---|---|
1 2009-11-25 Jaroslav Hajek <highegg@gmail.com> | |
2 | |
3 * dbleCHOL.cc (CHOL::init): Output LAPACK's info. Resize matrix if | |
4 nonzero. Use smarter copying. | |
5 * floatCHOL.cc (FloatCHOL::init): Ditto. | |
6 * CmplxCHOL.cc (ComplexCHOL::init): Ditto. | |
7 * fCmplxCHOL.cc (FloatComplexCHOL::init): Ditto. | |
8 | |
1 2009-11-24 Jaroslav Hajek <highegg@gmail.com> | 9 2009-11-24 Jaroslav Hajek <highegg@gmail.com> |
2 | 10 |
3 * MArrayN.cc (MArrayN::idx_add): New methods. | 11 * MArrayN.cc (MArrayN::idx_add): New methods. |
4 * MArrayN.h: Declare them. | 12 * MArrayN.h: Declare them. |
5 * MArray.cc, MArray.h: Remove from here. | 13 * MArray.cc, MArray.h: Remove from here. |