aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SuperLUSupport/SuperLUSupport.h
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-07-18 16:59:00 +0200
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-07-18 16:59:00 +0200
commitb0cba2d988de3f4535e0b7ac9799b19700e09b7c (patch)
tree3a388b78a6c8eeb79827c44ea15ce8aeb9c21854 /Eigen/src/SuperLUSupport/SuperLUSupport.h
parent773804691a9203af41c06109f79372a048a584df (diff)
Add a draft (not clean ) version of the COLAMD ordering implementation
Diffstat (limited to 'Eigen/src/SuperLUSupport/SuperLUSupport.h')
-rw-r--r--Eigen/src/SuperLUSupport/SuperLUSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/SuperLUSupport/SuperLUSupport.h b/Eigen/src/SuperLUSupport/SuperLUSupport.h
index 9c2e6e17e..e3fae4a36 100644
--- a/Eigen/src/SuperLUSupport/SuperLUSupport.h
+++ b/Eigen/src/SuperLUSupport/SuperLUSupport.h
@@ -628,7 +628,7 @@ void SuperLU<MatrixType>::factorize(const MatrixType& a)
this->initFactorization(a);
//DEBUG
- m_sluOptions.ColPerm = NATURAL;
+// m_sluOptions.ColPerm = COLAMD;
m_sluOptions.Equil = NO;
int info = 0;
RealScalar recip_pivot_growth, rcond;