Mercurial > hg > octave-lyh
diff liboctave/sparse-base-chol.cc @ 5785:6b9cec830d72
[project @ 2006-05-03 19:32:46 by dbateman]
author | dbateman |
---|---|
date | Wed, 03 May 2006 19:32:48 +0000 |
parents | 8d7162924bd3 |
children | d73ffe42f2c8 |
line wrap: on
line diff
--- a/liboctave/sparse-base-chol.cc +++ b/liboctave/sparse-base-chol.cc @@ -30,7 +30,7 @@ #include "oct-sparse.h" #include "oct-spparms.h" #include "quit.h" -#include "SparseType.h" +#include "MatrixType.h" #ifdef HAVE_CHOLMOD // Can't use CHOLMOD_NAME(drop)(0.0, S, cm). It doesn't treat complex matrices @@ -283,7 +283,7 @@ chol_type ret; double rcond2; octave_idx_type info; - SparseType mattype (SparseType::Upper); + MatrixType mattype (MatrixType::Upper); chol_type linv = L().transpose().inverse(mattype, info, rcond2, 1, 0); if (perms.length() == n)