Mercurial > hg > octave-nkf
diff liboctave/CmplxCHOL.h @ 5340:15843d76156d
[project @ 2005-05-06 16:26:58 by jwe]
author | jwe |
---|---|
date | Fri, 06 May 2005 16:26:59 +0000 |
parents | 4c8a2e4e0717 |
children | 143b556ce725 |
line wrap: on
line diff
--- a/liboctave/CmplxCHOL.h +++ b/liboctave/CmplxCHOL.h @@ -53,10 +53,9 @@ return *this; } - ComplexMatrix chol_matrix (void) const - { - return chol_mat; - } + ComplexMatrix chol_matrix (void) const { return chol_mat; } + + ComplexMatrix inverse (void) const; friend std::ostream& operator << (std::ostream& os, const ComplexCHOL& a); @@ -67,6 +66,8 @@ octave_idx_type init (const ComplexMatrix& a); }; +ComplexMatrix chol2inv (const ComplexMatrix& r); + #endif /*