mikera.matrixx.decompose.impl.hessenberg
Class HessenbergResult
- java.lang.Object
-
- mikera.matrixx.decompose.impl.hessenberg.HessenbergResult
-
- All Implemented Interfaces:
- IHessenbergResult
public class HessenbergResult extends java.lang.Object implements IHessenbergResult
-
-
Constructor Summary
Constructors Constructor and Description HessenbergResult(AMatrix H, AMatrix Q)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description AMatrixgetH()An upper Hessenberg matrix from the decompostion.AMatrixgetQ()An orthogonal matrix that has the following property: H = QTAQ
-
-
-
Method Detail
-
getH
public AMatrix getH()
Description copied from interface:IHessenbergResultAn upper Hessenberg matrix from the decompostion.- Specified by:
getHin interfaceIHessenbergResult- Returns:
- The extracted H matrix.
-
getQ
public AMatrix getQ()
Description copied from interface:IHessenbergResultAn orthogonal matrix that has the following property: H = QTAQ- Specified by:
getQin interfaceIHessenbergResult- Returns:
- The extracted Q matrix.
-
-
DMelt 3.0 © DataMelt by jWork.ORG