comparison liboctave/CMatrix.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
comparison
equal deleted inserted replaced
6478:4da9255998e3 6479:2ee8293554a3
142 ComplexMatrix finverse (MatrixType &mattype, octave_idx_type& info, 142 ComplexMatrix finverse (MatrixType &mattype, octave_idx_type& info,
143 double& rcond, int force, int calc_cond) const; 143 double& rcond, int force, int calc_cond) const;
144 144
145 public: 145 public:
146 ComplexMatrix inverse (void) const; 146 ComplexMatrix inverse (void) const;
147 ComplexMatrix inverse (octave_idx_type& info) const;
148 ComplexMatrix inverse (octave_idx_type& info, double& rcond, int force = 0,
149 int calc_cond = 1) const;
150
147 ComplexMatrix inverse (MatrixType &mattype) const; 151 ComplexMatrix inverse (MatrixType &mattype) const;
148 ComplexMatrix inverse (MatrixType &mattype, octave_idx_type& info) const; 152 ComplexMatrix inverse (MatrixType &mattype, octave_idx_type& info) const;
149 ComplexMatrix inverse (MatrixType &mattype, octave_idx_type& info, 153 ComplexMatrix inverse (MatrixType &mattype, octave_idx_type& info,
150 double& rcond, int force = 0, 154 double& rcond, int force = 0,
151 int calc_cond = 1) const; 155 int calc_cond = 1) const;