Class EvD1D

java.lang.Object
org.ojalgo.matrix.decomposition.EvD1D

public abstract class EvD1D extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static double[][]
    hqr2(double[] mtrxH, double[] mtrxV, boolean allTheWay)
    hqr2
    static void
    orthes(double[] mtrxH, double[] trnspV, double[] vctrWork)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EvD1D

      public EvD1D()
  • Method Details

    • hqr2

      public static double[][] hqr2(double[] mtrxH, double[] mtrxV, boolean allTheWay)
      hqr2
    • orthes

      public static void orthes(double[] mtrxH, double[] trnspV, double[] vctrWork)
      Parameters:
      mtrxH - Array for internal storage of nonsymmetric Hessenberg form.
      vctrWork - Temporary work storage