Mercurial > hg > octave-nkf
diff liboctave/dMatrix.cc @ 10352:a3635bc1ea19
remove Array2
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 23 Feb 2010 16:12:27 +0100 |
parents | 12884915a8e4 |
children | b47ab50a6aa8 |
line wrap: on
line diff
--- a/liboctave/dMatrix.cc +++ b/liboctave/dMatrix.cc @@ -2050,7 +2050,8 @@ double& rcon, solve_singularity_handler sing_handler, blas_trans_type transt) const { Matrix tmp (b); - return solve (typ, tmp, info, rcon, sing_handler, transt).column(static_cast<octave_idx_type> (0)); + tmp = solve (typ, tmp, info, rcon, sing_handler, true, transt); + return tmp.column(static_cast<octave_idx_type> (0)); } ComplexColumnVector