mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add forgotten SparseLUBase
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user