Package samer.maths

Class Zero

    • Constructor Summary

      Constructors 
      Constructor and Description
      Zero() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double apply(double t) 
      void apply(double[] x)
      apply function in place, to each element of inout
      void apply(double[] x, double[] y)
      apply function to each element of in, placing result in out
      void dispose() 
      java.lang.String format(java.lang.String arg) 
      double next() 
      void next(double[] x) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Zero

        public Zero()
    • Method Detail

      • next

        public double next()
        Specified by:
        next in interface Generator
      • next

        public void next(double[] x)
        Specified by:
        next in interface Generator
      • apply

        public double apply(double t)
        Specified by:
        apply in class Function
      • apply

        public void apply(double[] x)
        Description copied from class: Function
        apply function in place, to each element of inout
        Overrides:
        apply in class Function
      • apply

        public void apply(double[] x,
                          double[] y)
        Description copied from class: Function
        apply function to each element of in, placing result in out
        Overrides:
        apply in class Function
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • format

        public java.lang.String format(java.lang.String arg)
        Specified by:
        format in class Function