Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 7554:40574114c514
implement Cholesky factorization updating
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 04 Mar 2008 22:25:50 -0500 |
parents | 56be6f31dd4e |
children | 07522d7dcdf8 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,5 +1,12 @@ 2008-03-04 Jaroslav Hajek <highegg@gmail.com> + * dbleCHOL.cc (CHOL::set, CHOL::update, CHOL::downdate): + New functions. + * dbleCHOL.h: Provide decls. + * CmplxCHOL.cc (ComplexCHOL::set, ComplexCHOL::update, + ComplexCHOL::downdate): New functions. + * CmplxCHOL.h: Provide decls. + * dbleQR.cc (QR::update, QR::insert_col, QR::delete_col, QR::insert_row, QR::delete_row): New methods. (QR::QR (const Matrix&, const MAtrix&)): New constructor.