From 063705b5be5a41e324773887d3d5ae065321a719 Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Fri, 7 Sep 2012 13:14:57 +0200 Subject: Add tutorial for sparse solvers --- Eigen/src/SuperLUSupport/SuperLUSupport.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Eigen/src/SuperLUSupport') diff --git a/Eigen/src/SuperLUSupport/SuperLUSupport.h b/Eigen/src/SuperLUSupport/SuperLUSupport.h index e3fae4a36..faefd8169 100644 --- a/Eigen/src/SuperLUSupport/SuperLUSupport.h +++ b/Eigen/src/SuperLUSupport/SuperLUSupport.h @@ -627,9 +627,7 @@ void SuperLU::factorize(const MatrixType& a) this->initFactorization(a); - //DEBUG -// m_sluOptions.ColPerm = COLAMD; - m_sluOptions.Equil = NO; + m_sluOptions.ColPerm = COLAMD; int info = 0; RealScalar recip_pivot_growth, rcond; RealScalar ferr, berr; -- cgit v1.2.3