Classes | Namespaces | Enumerations
SimplicialCholesky.h File Reference

Go to the source code of this file.

Classes

struct  SimplicialCholeskyBase< Derived >::keep_diag
class  SimplicialCholesky< _MatrixType, _UpLo >
class  SimplicialCholeskyBase< Derived >
 A direct sparse Cholesky factorizations. More...
class  SimplicialLDLT< _MatrixType, _UpLo >
 A direct sparse LDLT Cholesky factorizations without square root. More...
class  SimplicialLLT< _MatrixType, _UpLo >
 A direct sparse LLT Cholesky factorizations. More...

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
namespace  Eigen::internal

Enumerations

enum  SimplicialCholeskyMode {
  SimplicialCholeskyLLT,
  SimplicialCholeskyLDLT
}