Lines Matching full:solvers
3 …solvers available in Eigen. The main steps that are common to all these linear solvers are introdu…
7 \section TutorialSparseSolverList List of sparse solvers
9 %Eigen currently provides a wide set of built-in solvers, as well as wrappers to external solver li…
12 \subsection TutorialSparseSolverList_Direct Built-in direct solvers
37 \subsection TutorialSparseSolverList_Iterative Built-in iterative solvers
59 \subsection TutorialSparseSolverList_Wrapper Wrappers to external solvers
91 All these solvers follow the same general concept.
116 For \c SPD solvers, a second optional template argument allows to specify which triangular part hav…
145 Finally, most of the iterative solvers, can also be used in a \b matrix-free context, see the follo…
148 …ectangular matrices. These are the results of using direct solvers. For this class of solvers prec…
150 …atrix has the same structure. Note however that sometimes, some external solvers (like SuperLU) re…
161 For iterative solvers, the compute step is used to eventually setup a preconditioner. For instance,…
166 …to directly interact with it. See the \link IterativeLinearSolvers_Module Iterative solvers module…
180 …to the documentation of the \link IterativeLinearSolvers_Module Iterative solvers module \endlink.
183 … Coordinate format</a>, and the routine returns the statistics from all available solvers in Eigen.
194 …llowing table gives an example of XML statistics from several Eigen built-in and external solvers.