Mercurial > hg > octave-nkf
diff liboctave/fCMatrix.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 | c187f0e3a7ee |
line wrap: on
line diff
--- a/liboctave/fCMatrix.h +++ b/liboctave/fCMatrix.h @@ -176,6 +176,8 @@ FloatComplexDET determinant (void) const; FloatComplexDET determinant (octave_idx_type& info) const; FloatComplexDET determinant (octave_idx_type& info, float& rcon, int calc_cond = 1) const; + FloatComplexDET determinant (MatrixType &mattype, octave_idx_type& info, + float& rcon, int calc_cond = 1) const; float rcond (void) const; float rcond (MatrixType &mattype) const;