Eigen  3.2.7
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Cholesky module

Detailed Description

This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices. Those decompositions are accessible via the following MatrixBase methods:

* #include <Eigen/Cholesky>
*

Classes

class  LDLT< _MatrixType, _UpLo >
 Robust Cholesky decomposition of a matrix with pivoting. More...
 
class  LLT< _MatrixType, _UpLo >
 Standard Cholesky decomposition (LL^T) of a matrix and associated features. More...