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

Class Hessenberg



  • public class Hessenberg
    extends java.lang.Object
    Public API class for Hessenberg decomposition
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.