Class EvD1D


  • public abstract class EvD1D
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EvD1D()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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 Detail

      • EvD1D

        public EvD1D()
    • Method Detail

      • 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