Mercurial > hg > octave-lyh
diff liboctave/fMatrix.h @ 8336:9813c07ca946
make det take advantage of matrix type
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 19 Nov 2008 15:26:39 +0100 |
parents | 64cf956a109c |
children | 445d27d79f4e |
line wrap: on
line diff
--- a/liboctave/fMatrix.h +++ b/liboctave/fMatrix.h @@ -145,6 +145,8 @@ FloatDET determinant (void) const; FloatDET determinant (octave_idx_type& info) const; FloatDET determinant (octave_idx_type& info, float& rcon, int calc_cond = 1) const; + FloatDET determinant (MatrixType &mattype, octave_idx_type& info, + float& rcon, int calc_cond = 1) const; float rcond (void) const; float rcond (MatrixType &mattype) const;