Package jisa.maths.functions
Class Function.WrappedFunction
- java.lang.Object
-
- jisa.maths.functions.Function.WrappedFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jisa.maths.functions.Function
Function.WrappedFunction
-
-
Constructor Summary
Constructors Constructor Description WrappedFunction(org.apache.commons.math.analysis.DifferentiableUnivariateRealFunction function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
derivative()
double
value(double x)
-
-
-
Method Detail
-
value
public double value(double x)
-
derivative
public Function derivative()
- Specified by:
derivative
in interfaceorg.apache.commons.math.analysis.DifferentiableUnivariateRealFunction
- Specified by:
derivative
in interfaceFunction
-
-