choleskyDecomposition abstract method

List<Matrix<T>> choleskyDecomposition()

Uses the the Cholesky decomposition algorithm to factor the matrix into the product of a lower triangular matrix and its conjugate transpose.

Implementation

List<Matrix<T>> choleskyDecomposition();