Package org.flag4j.linalg.decompositions.unitary
package org.flag4j.linalg.decompositions.unitary
-
ClassDescriptionThis class is the 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.This class is the base class for real matrix decompositions which proceed by using unitary/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 or an upper Hessenburg matrix.