Class Functiondd

  • Direct Known Subclasses:
    Function1Diffddd

    public class Functiondd
    extends java.lang.Object
    Interface for functions
    • Constructor Summary

      Constructors 
      Constructor Description
      Functiondd​(long cPtr, boolean cMemoryOwn)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      double f​(double q)
      Returns function value for arguments q.
      static long getCPtr​(Functiondd obj)  
      double operate​(double q)
      Wraps the evaluation of x() with operator().
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Functiondd

        public Functiondd​(long cPtr,
                          boolean cMemoryOwn)
    • Method Detail

      • getCPtr

        public static long getCPtr​(Functiondd obj)
      • delete

        public void delete()
      • f

        public double f​(double q)
        Returns function value for arguments q.
      • operate

        public double operate​(double q)
        Wraps the evaluation of x() with operator().