Mercurial > hg > octave-lyh
diff liboctave/dMatrix.h @ 6479:2ee8293554a3
[project @ 2007-04-03 15:30:58 by jwe]
author | jwe |
---|---|
date | Tue, 03 Apr 2007 15:30:58 +0000 |
parents | 3c92b8d892dd |
children | 0ce71beb1cf3 |
line wrap: on
line diff
--- a/liboctave/dMatrix.h +++ b/liboctave/dMatrix.h @@ -116,6 +116,10 @@ public: Matrix inverse (void) const; + Matrix inverse (octave_idx_type& info) const; + Matrix inverse (octave_idx_type& info, double& rcond, int force = 0, + int calc_cond = 1) const; + Matrix inverse (MatrixType &mattype) const; Matrix inverse (MatrixType &mattype, octave_idx_type& info) const; Matrix inverse (MatrixType &mattype, octave_idx_type& info, double& rcond,