merge Sparse LU branch

This commit is contained in:
Desire NUENTSA
2012-09-07 13:18:16 +02:00
36 changed files with 6373 additions and 5 deletions

View File

@@ -612,6 +612,7 @@ void SuperLU<MatrixType>::factorize(const MatrixType& a)
this->initFactorization(a);
m_sluOptions.ColPerm = COLAMD;
int info = 0;
RealScalar recip_pivot_growth, rcond;
RealScalar ferr, berr;