add analyzePattern/factorize API to iterative solvers and basic preconditioners

This commit is contained in:
Gael Guennebaud
2012-02-27 14:10:26 +01:00
parent 122f28626c
commit eb168ef8ed
3 changed files with 62 additions and 7 deletions

View File

@@ -97,10 +97,10 @@ class IncompleteLUT
void factorize(const MatrixType& amat);
/**
* Compute an incomplete LU factorization with dual threshold on the matrix mat
* No pivoting is done in this version
*
**/
* Compute an incomplete LU factorization with dual threshold on the matrix mat
* No pivoting is done in this version
*
**/
template<typename MatrixType>
IncompleteLUT<Scalar>& compute(const MatrixType& amat)
{