Mercurial > hg > octave-nkf
diff liboctave/CmplxCHOL.h @ 7700:efccca5f2ad7
more QR & Cholesky updating functions
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 07 Apr 2008 11:43:19 -0400 |
parents | 40574114c514 |
children | d66c9b6e506a |
line wrap: on
line diff
--- a/liboctave/CmplxCHOL.h +++ b/liboctave/CmplxCHOL.h @@ -71,6 +71,12 @@ octave_idx_type downdate (const ComplexMatrix& u); + octave_idx_type insert_sym (const ComplexMatrix& u, octave_idx_type j); + + void delete_sym (octave_idx_type j); + + void shift_sym (octave_idx_type i, octave_idx_type j); + friend OCTAVE_API std::ostream& operator << (std::ostream& os, const ComplexCHOL& a); private: