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