Class RealLU

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

public final class RealLU extends LU<Matrix>

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

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