Mercurial > hg > octave-lyh
diff liboctave/CMatrix.h @ 4384:f1fcc371e5ef
[project @ 2003-04-23 19:51:57 by jwe]
author | jwe |
---|---|
date | Wed, 23 Apr 2003 19:51:58 +0000 |
parents | d53c33d93440 |
children | e35b034d3523 |
line wrap: on
line diff
--- a/liboctave/CMatrix.h +++ b/liboctave/CMatrix.h @@ -143,7 +143,7 @@ ComplexMatrix inverse (int& info, double& rcond, int force = 0, int calc_cond = 1) const; - ComplexMatrix pseudo_inverse (double tol = 0.0); + ComplexMatrix pseudo_inverse (double tol = 0.0) const; ComplexMatrix fourier (void) const; ComplexMatrix ifourier (void) const;