Mercurial > hg > octave-lyh
diff liboctave/CSparse.cc @ 7515:f3c00dc0912b
Eliminate the rest of the dispatched sparse functions
author | David Bateman <dbateman@free.fr> |
---|---|
date | Fri, 22 Feb 2008 15:50:51 +0100 |
parents | 8c32f95c2639 |
children | b166043585a8 |
line wrap: on
line diff
--- a/liboctave/CSparse.cc +++ b/liboctave/CSparse.cc @@ -1042,7 +1042,7 @@ Qinit(i) = i; MatrixType tmp_typ (MatrixType::Upper); - SparseComplexLU fact (*this, Qinit, -1.0, false); + SparseComplexLU fact (*this, Qinit, Matrix (), false, false); rcond = fact.rcond(); double rcond2; SparseComplexMatrix InvL = fact.L().transpose().