Package org.flag4j.linalg.decompositions.unitary
package org.flag4j.linalg.decompositions.unitary
Provides abstract classes useful for implementing real or complex matrix decompositions which proceed by unitary transformations.
-
ClassesClassDescriptionThe 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).