Cholesky module
- Warning:
- This is not considered to be part of the stable public API yet. Changes may happen in future releases. See Experimental parts of Eigen
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>