Update Ordering interface

This commit is contained in:
Desire NUENTSA
2012-07-06 20:18:16 +02:00
parent 203a0343fd
commit b5a83867ca
7 changed files with 67 additions and 23 deletions

View File

@@ -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;