aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SuperLUSupport
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-07-06 20:18:16 +0200
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-07-06 20:18:16 +0200
commitb5a83867cac92a539b3a4d1cf8fcdcf8e9e9f5b2 (patch)
tree335db33e925cba1313098ec103e9581fe0c3f6aa /Eigen/src/SuperLUSupport
parent203a0343fdfb83919ffdb486d5375d239a1b2a59 (diff)
Update Ordering interface
Diffstat (limited to 'Eigen/src/SuperLUSupport')
-rw-r--r--Eigen/src/SuperLUSupport/SuperLUSupport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/SuperLUSupport/SuperLUSupport.h b/Eigen/src/SuperLUSupport/SuperLUSupport.h
index 60a3eb09a..9c2e6e17e 100644
--- a/Eigen/src/SuperLUSupport/SuperLUSupport.h
+++ b/Eigen/src/SuperLUSupport/SuperLUSupport.h
@@ -627,6 +627,9 @@ void SuperLU<MatrixType>::factorize(const MatrixType& a)
this->initFactorization(a);
+ //DEBUG
+ m_sluOptions.ColPerm = NATURAL;
+ m_sluOptions.Equil = NO;
int info = 0;
RealScalar recip_pivot_growth, rcond;
RealScalar ferr, berr;