Package samer.maths
Class Zero
- java.lang.Object
-
- samer.maths.Function
-
- samer.maths.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 inoutvoid
apply(double[] x, double[] y)
apply function to each element of in, placing result in outvoid
dispose()
java.lang.String
format(java.lang.String arg)
double
next()
void
next(double[] x)
java.lang.String
toString()
-
Methods inherited from class samer.maths.Function
derivative, inverse
-
-
-
-
Method Detail
-
dispose
public void dispose()
-
apply
public void apply(double[] x)
Description copied from class:Function
apply function in place, to each element of inout
-
apply
public void apply(double[] x, double[] y)
Description copied from class:Function
apply function to each element of in, placing result in out
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-