Matrix Factorizations
- Cholesky Factorization
-
Decomposition of a square Hermite positively definite matrix into triangular components.
- LDL Factorization
-
Decomposition of a square Hermite positively definite matrix into lower, upper and diagonal components.
- LU Factorization
-
LU decomposition of a square matrix.