![]() |
Eigen
3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
|
This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices. Those decompositions are also accessible via the following methods:
Classes | |
class | Eigen::LDLT< MatrixType, UpLo > |
Robust Cholesky decomposition of a matrix with pivoting. More... | |
class | Eigen::LLT< MatrixType, UpLo > |
Standard Cholesky decomposition (LL^T) of a matrix and associated features. More... | |