Documentation of 'mikera.matrixx.decompose.IHessenbergResult' Java class
IHessenbergResult
mikera.matrixx.decompose

Interface IHessenbergResult

  • All Known Implementing Classes:
    HessenbergResult


    public interface IHessenbergResult
    Interface representing the result of a hessenberg decomposition
    • Method Detail

      • getH

        AMatrix getH()
        An upper Hessenberg matrix from the decompostion.
        Returns:
        The extracted H matrix.
      • getQ

        AMatrix getQ()
        An orthogonal matrix that has the following property: H = QTAQ
        Returns:
        The extracted Q matrix.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.