Mercurial > hg > octave-nkf
diff liboctave/CMatrix.cc @ 6482:7e958a1532c6
[project @ 2007-04-04 02:37:07 by jwe]
author | jwe |
---|---|
date | Wed, 04 Apr 2007 02:37:07 +0000 |
parents | 2ee8293554a3 |
children | e978a9233cf6 |
line wrap: on
line diff
--- a/liboctave/CMatrix.cc +++ b/liboctave/CMatrix.cc @@ -985,7 +985,7 @@ int calc_cond) const { MatrixType mattype (*this); - return inverse (mattype, info, rcond, 0, 0); + return inverse (mattype, info, rcond, force, calc_cond); } ComplexMatrix @@ -1041,7 +1041,7 @@ octave_idx_type ztrcon_info = 0; char job = '1'; - OCTAVE_LOCAL_BUFFER (Complex, cwork, 2 * nr); + OCTAVE_LOCAL_BUFFER (Complex, cwork, 2*nr); OCTAVE_LOCAL_BUFFER (double, rwork, nr); F77_XFCN (ztrcon, ZTRCON, (F77_CONST_CHAR_ARG2 (&job, 1),