Class AlgorithmRiceWaveletTools.EigenvalueComplex

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double ei  
      private double er  
    • Constructor Summary

      Constructors 
      Constructor Description
      EigenvalueComplex​(double er, double ei)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) double getImaginary()  
      (package private) double getReal()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • er

        private double er
      • ei

        private double ei
    • Constructor Detail

      • EigenvalueComplex

        public EigenvalueComplex​(double er,
                                 double ei)
    • Method Detail

      • getReal

        double getReal()
      • getImaginary

        double getImaginary()