aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-09-27 11:34:56 +0200
committerGravatar Desire NUENTSA <desire.nuentsa_wakam@inria.fr>2012-09-27 11:34:56 +0200
commit72bfed5e203e797b1fd82ec65ef7fa5d04be6e46 (patch)
tree77936c778cfd3bf5dd45938aab6bab812e0f8fd6 /doc
parent8b83e66906d9e52047137c0e45fc81076f915e13 (diff)
Add forgotten SparseLUBase
Diffstat (limited to 'doc')
-rw-r--r--doc/I17_SparseLinearSystems.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/I17_SparseLinearSystems.dox b/doc/I17_SparseLinearSystems.dox
index 740bee18e..cc8987d8a 100644
--- a/doc/I17_SparseLinearSystems.dox
+++ b/doc/I17_SparseLinearSystems.dox
@@ -47,8 +47,8 @@ For iterative solvers, the compute step is used to eventually setup a preconditi
\code
IterativeSolverClassName<SparseMatrix<double>, PreconditionerName<SparseMatrix<double> > solver;
\endcode
-
-FIXME How to get a reference to the preconditioner, in order to set the parameters
+The member function preconditioner() returns a read-write reference to the preconditioner
+ to directly interact with it.
For instance, with the ILUT preconditioner, the incomplete factors L and U are computed in this step.
See \link Sparse_modules the Sparse module \endlink for the list of available preconditioners in Eigen.