Mercurial > hg > octave-lyh
comparison 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 |
comparison
equal
deleted
inserted
replaced
6478:4da9255998e3 | 6479:2ee8293554a3 |
---|---|
114 Matrix finverse (MatrixType &mattype, octave_idx_type& info, double& rcond, | 114 Matrix finverse (MatrixType &mattype, octave_idx_type& info, double& rcond, |
115 int force, int calc_cond) const; | 115 int force, int calc_cond) const; |
116 | 116 |
117 public: | 117 public: |
118 Matrix inverse (void) const; | 118 Matrix inverse (void) const; |
119 Matrix inverse (octave_idx_type& info) const; | |
120 Matrix inverse (octave_idx_type& info, double& rcond, int force = 0, | |
121 int calc_cond = 1) const; | |
122 | |
119 Matrix inverse (MatrixType &mattype) const; | 123 Matrix inverse (MatrixType &mattype) const; |
120 Matrix inverse (MatrixType &mattype, octave_idx_type& info) const; | 124 Matrix inverse (MatrixType &mattype, octave_idx_type& info) const; |
121 Matrix inverse (MatrixType &mattype, octave_idx_type& info, double& rcond, | 125 Matrix inverse (MatrixType &mattype, octave_idx_type& info, double& rcond, |
122 int force = 0, int calc_cond = 1) const; | 126 int force = 0, int calc_cond = 1) const; |
123 | 127 |