From b8fc1edb2ccde053ba69110475ef15802b410fe5 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 5 Oct 2008 13:45:43 +0000 Subject: [PATCH] Sparse module: enable support for incomplete cholesky factorization in CHOLMOD backend. --- Eigen/src/Sparse/CholmodSupport.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Eigen/src/Sparse/CholmodSupport.h b/Eigen/src/Sparse/CholmodSupport.h index 9a13ae883..0a57badc7 100644 --- a/Eigen/src/Sparse/CholmodSupport.h +++ b/Eigen/src/Sparse/CholmodSupport.h @@ -104,14 +104,14 @@ void SparseCholesky::computeUsingCholmod(const MatrixType& a) cholmod_common c; cholmod_start(&c); cholmod_sparse A = const_cast(a).asCholmodMatrix(); - std::vector perm(a.cols()); - for (int i=0; i