Class EvD2D


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

      Constructors 
      Constructor Description
      EvD2D()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void cdiv​(double xr, double xi, double yr, double yi, double[] cdiv)
      Complex scalar division.
      static void hqr2​(double[][] mtrxH, double[] d, double[] e, double[][] trnspV)  
      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

      • EvD2D

        public EvD2D()
    • Method Detail

      • hqr2

        public static void hqr2​(double[][] mtrxH,
                                double[] d,
                                double[] e,
                                double[][] trnspV)
        Parameters:
        mtrxH - Array for internal storage of nonsymmetric Hessenberg form.
        d - TODO
        e - TODO
        trnspV - TODO
      • 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
      • cdiv

        private static void cdiv​(double xr,
                                 double xi,
                                 double yr,
                                 double yi,
                                 double[] cdiv)
        Complex scalar division.