mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add a draft (not clean ) version of the COLAMD ordering implementation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user