OSVR-Core
Classes
IterativeLinearSolvers_Module

Classes

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

Detailed Description