aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-02-27 14:10:26 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-02-27 14:10:26 +0100
commiteb168ef8ed29ac71eae6c10480a0239b5783730c (patch)
treebb292351417ba4b6dd9e5c71ae8fe0bd7c359903 /Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
parent122f28626c86a2e5965a58c6a69a31f7ada4e149 (diff)
add analyzePattern/factorize API to iterative solvers and basic preconditioners
Diffstat (limited to 'Eigen/src/IterativeLinearSolvers/IncompleteLUT.h')
-rw-r--r--Eigen/src/IterativeLinearSolvers/IncompleteLUT.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h b/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
index 3f136cc4a..fd2a188e5 100644
--- a/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
+++ b/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
@@ -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)
{