Class ExponentialMap

  • All Implemented Interfaces:
    QuantumMap

    public class ExponentialMap
    extends java.lang.Object
    implements QuantumMap
    This class implements the QuantumMap interface. Each method is a wrapper around the composition (in the mathematical sense) of Math.exp(double) and Math.pow(double, double) methods. The method Math.exp(double) returns Euler's number e raised to the power of a double value. The method Math.pow(double, double) returns the value of the first argument raised to the power of the second argument.
    Since:
    OME2.2
    • Constructor Summary

      Constructors 
      Constructor Description
      ExponentialMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double transform​(double x, double k)
      Implemented as specified in QuantumMap.
      double transform​(float x, double k)
      Implemented as specified in QuantumMap.
      double transform​(int x, double k)
      Implemented as specified in QuantumMap.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait