Class ComplexLU

java.lang.Object
org.flag4j.linalg.decompositions.lu.LU<CMatrix>
org.flag4j.linalg.decompositions.lu.ComplexLU
All Implemented Interfaces:
Decomposition<CMatrix>

public final class ComplexLU extends LU<CMatrix>

This class provides methods for computing the LU decomposition of a complex dense matrix.

The following decompositions are provided: A=LU, PA=LU, and PAQ=LU.