Uses of Package
org.flag4j.linalg.decompositions.unitary
Packages that use org.flag4j.linalg.decompositions.unitary
Package
Description
Provides implementations of the Hessenberg decomposition for real and complex matrices.
Provides implementations of the QR decomposition for real and complex matrices.
Provides implementations of the Schur decomposition for real and complex matrices.
Provides abstract classes useful for implementing real or complex matrix decompositions which proceed by unitary transformations.
Solvers for under-, well-, or over-determined linear systems in a least-squares sense.
-
Classes in org.flag4j.linalg.decompositions.unitary used by org.flag4j.linalg.decompositions.hessClassDescriptionThe base class for complex matrix decompositions which proceed by using unitary transformations (specifically Householder reflectors) to bring a matrix into an upper triangular/Hessenburg matrix.The base class for real matrix decompositions which proceed by using orthogonal transformations (specifically Householder reflectors) to bring a matrix into an upper triangular/Hessenburg matrix.This class is the base class for all decompositions which proceed by using unitary transformations (specifically Householder reflectors) to bring a matrix into an upper triangular matrix (QR decomposition) or an upper Hessenburg matrix (Hessenburg decomposition).
-
Classes in org.flag4j.linalg.decompositions.unitary used by org.flag4j.linalg.decompositions.qrClassDescriptionThe base class for complex matrix decompositions which proceed by using unitary transformations (specifically Householder reflectors) to bring a matrix into an upper triangular/Hessenburg matrix.The base class for real matrix decompositions which proceed by using orthogonal transformations (specifically Householder reflectors) to bring a matrix into an upper triangular/Hessenburg matrix.This class is the base class for all decompositions which proceed by using unitary transformations (specifically Householder reflectors) to bring a matrix into an upper triangular matrix (QR decomposition) or an upper Hessenburg matrix (Hessenburg decomposition).
-
Classes in org.flag4j.linalg.decompositions.unitary used by org.flag4j.linalg.decompositions.schurClassDescriptionThis class is the base class for all decompositions which proceed by using unitary transformations (specifically Householder reflectors) to bring a matrix into an upper triangular matrix (QR decomposition) or an upper Hessenburg matrix (Hessenburg decomposition).
-
Classes in org.flag4j.linalg.decompositions.unitary used by org.flag4j.linalg.decompositions.unitaryClassDescriptionThis class is the base class for all decompositions which proceed by using unitary transformations (specifically Householder reflectors) to bring a matrix into an upper triangular matrix (QR decomposition) or an upper Hessenburg matrix (Hessenburg decomposition).
-
Classes in org.flag4j.linalg.decompositions.unitary used by org.flag4j.linalg.solvers.lstsqClassDescriptionThis class is the base class for all decompositions which proceed by using unitary transformations (specifically Householder reflectors) to bring a matrix into an upper triangular matrix (QR decomposition) or an upper Hessenburg matrix (Hessenburg decomposition).