Package samer.functions
Class Reciprocal
- java.lang.Object
-
- samer.maths.Function
-
- samer.functions.Reciprocal
-
public class Reciprocal extends Function
-
-
Constructor Summary
Constructors Constructor and Description Reciprocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleapply(double t)voidapply(double[] x)apply function in place, to each element of inoutvoidapply(double[] x, double[] y)apply function to each element of in, placing result in outjava.lang.Stringformat(java.lang.String arg)Functioninverse()-
Methods inherited from class samer.maths.Function
derivative, dispose
-
-