Uses of Class
org.flag4j.linalg.decompositions.unitary.RealUnitaryDecomposition
Packages that use RealUnitaryDecomposition
Package
Description
Provides implementations of the Hessenberg decomposition for real and complex matrices.
Provides implementations of the QR decomposition for real and complex matrices.
-
Uses of RealUnitaryDecomposition in org.flag4j.linalg.decompositions.hess
Subclasses of RealUnitaryDecomposition in org.flag4j.linalg.decompositions.hess -
Uses of RealUnitaryDecomposition in org.flag4j.linalg.decompositions.qr
Subclasses of RealUnitaryDecomposition in org.flag4j.linalg.decompositions.qrModifier and TypeClassDescriptionclass
Computes the QR decomposition of a real dense matrix.