Add a draft (not clean ) version of the COLAMD ordering implementation

This commit is contained in:
Desire NUENTSA
2012-07-18 16:59:00 +02:00
parent 773804691a
commit b0cba2d988
5 changed files with 2604 additions and 56 deletions

View File

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