mikera.matrixx.decompose
Class Hessenberg
- java.lang.Object
-
- mikera.matrixx.decompose.Hessenberg
-
public class Hessenberg extends java.lang.ObjectPublic API class for Hessenberg decomposition
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static IHessenbergResultdecompose(AMatrix A)Finds the decomposition of a matrix in the form of:
A = QHQT
where A is an m by m matrix, Q is an orthogonal matrix, and H is an upper Hessenberg matrix.
-
-
-
Method Detail
-
decompose
public static IHessenbergResult decompose(AMatrix A)
Finds the decomposition of a matrix in the form of:
A = QHQT
where A is an m by m matrix, Q is an orthogonal matrix, and H is an upper Hessenberg matrix.A matrix is upper Hessenberg if aij = 0 for all i > j+1.
-
-
DMelt 3.0 © DataMelt by jWork.ORG