Eigen  3.2.6
IterativeLinearSolvers_Module

Detailed Description

Classes

class  BiCGSTAB< _MatrixType, _Preconditioner >
 A bi conjugate gradient stabilized solver for sparse square problems. More...
 
class  ConjugateGradient< _MatrixType, _UpLo, _Preconditioner >
 A conjugate gradient solver for sparse self-adjoint problems. More...
 
class  DiagonalPreconditioner< _Scalar >
 A preconditioner based on the digonal entries. More...
 
class  IdentityPreconditioner
 A naive preconditioner which approximates any matrix as the identity matrix. More...
 
class  IncompleteLUT< _Scalar >
 Incomplete LU factorization with dual-threshold strategy. More...
 
class  IterativeSolverBase< Derived >
 Base class for linear iterative solvers. More...