SimplicialCholesky.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::simplicial_cholesky_grab_input< CholMatrixType, InputMatrixType >
 
struct  Eigen::internal::simplicial_cholesky_grab_input< MatrixType, MatrixType >
 
class  Eigen::SimplicialCholeskyBase< Derived >
 A base class for direct sparse Cholesky factorizations. More...
 
struct  Eigen::SimplicialCholeskyBase< Derived >::keep_diag
 
struct  Eigen::internal::traits< SimplicialLLT< MatrixType_, UpLo_, Ordering_ > >
 
struct  Eigen::internal::traits< SimplicialLDLT< MatrixType_, UpLo_, Ordering_ > >
 
struct  Eigen::internal::traits< SimplicialNonHermitianLLT< MatrixType_, UpLo_, Ordering_ > >
 
struct  Eigen::internal::traits< SimplicialNonHermitianLDLT< MatrixType_, UpLo_, Ordering_ > >
 
struct  Eigen::internal::traits< SimplicialCholesky< MatrixType_, UpLo_, Ordering_ > >
 
class  Eigen::SimplicialLLT< MatrixType_, UpLo_, Ordering_ >
 A direct sparse LLT Cholesky factorizations. More...
 
class  Eigen::SimplicialLDLT< MatrixType_, UpLo_, Ordering_ >
 A direct sparse LDLT Cholesky factorizations without square root. More...
 
class  Eigen::SimplicialNonHermitianLLT< MatrixType_, UpLo_, Ordering_ >
 A direct sparse LLT Cholesky factorizations, for symmetric non-hermitian matrices. More...
 
class  Eigen::SimplicialNonHermitianLDLT< MatrixType_, UpLo_, Ordering_ >
 A direct sparse LDLT Cholesky factorizations without square root, for symmetric non-hermitian matrices. More...
 
class  Eigen::SimplicialCholesky< MatrixType_, UpLo_, Ordering_ >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Enumerations

enum  Eigen::SimplicialCholeskyMode { Eigen::SimplicialCholeskyLLT , Eigen::SimplicialCholeskyLDLT }