diff liboctave/dSparse.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/dSparse.cc
+++ b/liboctave/dSparse.cc
@@ -1116,7 +1116,7 @@
 	    Qinit(i) = i;
 
 	  MatrixType tmp_typ (MatrixType::Upper);
-	  SparseLU fact (*this, Qinit, -1.0, false);
+	  SparseLU fact (*this, Qinit, Matrix(), false, false);
 	  rcond = fact.rcond();
 	  double rcond2;
 	  SparseMatrix InvL = fact.L().transpose().tinverse(tmp_typ,