Class Map1DMyFunction
java.lang.Object
|
+----Map1DFunction
|
+----Map1DMyFunction
- public class Map1DMyFunction
- extends Map1DFunction
Class to return iterate of user's map function.
-
xnew
-
-
y
-
-
ynew
-
-
Map1DMyFunction()
-
-
evaluateDerivative(double)
- evaluates the derivative of the map function at x
-
evaluateFunction(double)
- evaluates map function
-
setParameters(double[])
- Sets the map paramters
y
double y
xnew
double xnew
ynew
double ynew
Map1DMyFunction
Map1DMyFunction()
evaluateFunction
public double evaluateFunction(double x)
- evaluates map function
- Overrides:
- evaluateFunction in class Map1DFunction
evaluateDerivative
public double evaluateDerivative(double x)
- evaluates the derivative of the map function at x
- Overrides:
- evaluateDerivative in class Map1DFunction
setParameters
public void setParameters(double parameters[])
- Sets the map paramters
- Overrides:
- setParameters in class Map1DFunction