Class EvD2D

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

public abstract class EvD2D extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • EvD2D

      public EvD2D()
  • Method Details

    • 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.