Add the implementation of the Incomplete LU preconditioner with dual threshold (ILUT)

Modify the BiCGSTAB function to check the residual norm of the initial guess
This commit is contained in:
Desire NUENTSA
2012-02-10 10:59:39 +01:00
parent 9ed6a267a3
commit a815d962da
3 changed files with 414 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ namespace Eigen {
#include "src/IterativeLinearSolvers/BasicPreconditioners.h"
#include "src/IterativeLinearSolvers/ConjugateGradient.h"
#include "src/IterativeLinearSolvers/BiCGSTAB.h"
#include "src/IterativeLinearSolvers/IncompleteLUT.h"
} // namespace Eigen