comparison liboctave/CMatrix.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
comparison
equal deleted inserted replaced
8335:64cf956a109c 8336:9813c07ca946
174 ComplexMatrix ifourier2d (void) const; 174 ComplexMatrix ifourier2d (void) const;
175 175
176 ComplexDET determinant (void) const; 176 ComplexDET determinant (void) const;
177 ComplexDET determinant (octave_idx_type& info) const; 177 ComplexDET determinant (octave_idx_type& info) const;
178 ComplexDET determinant (octave_idx_type& info, double& rcon, int calc_cond = 1) const; 178 ComplexDET determinant (octave_idx_type& info, double& rcon, int calc_cond = 1) const;
179 ComplexDET determinant (MatrixType &mattype, octave_idx_type& info,
180 double& rcon, int calc_cond = 1) const;
179 181
180 double rcond (void) const; 182 double rcond (void) const;
181 double rcond (MatrixType &mattype) const; 183 double rcond (MatrixType &mattype) const;
182 184
183 private: 185 private: