Module ldlt

Module ldlt 

Source
Expand description

the $L D L^\top$ decomposition of a self-adjoint positive definite matrix $A$ is such that: $$A = L D L^H$$ where $L$ is a unit lower triangular matrix, and $D$ is a diagonal matrix

Modulesยง

factor
inverse
reconstruct
solve
update