Class ComplexCholesky

java.lang.Object
org.flag4j.linalg.decompositions.chol.Cholesky<CMatrix>
org.flag4j.linalg.decompositions.chol.ComplexCholesky
All Implemented Interfaces:
Decomposition<CMatrix>

public final class ComplexCholesky extends Cholesky<CMatrix>

This abstract class specifies methods for computing the Cholesky decomposition of a hermitian positive-definite matrix.

Given a hermitian positive-definite matrix A, the Cholesky decomposition will decompose it into A=LL<sup>*</sup> where L is a lower triangular matrix and L<sup>*</sup> is the conjugate transpose of L.