Class Map1DMyFunction

java.lang.Object
   |
   +----Map1DFunction
           |
           +----Map1DMyFunction

public class Map1DMyFunction
extends Map1DFunction
Class to return iterate of user's map function.


Variable Index

 o xnew
 o y
 o ynew

Constructor Index

 o Map1DMyFunction()

Method Index

 o evaluateDerivative(double)
evaluates the derivative of the map function at x
 o evaluateFunction(double)
evaluates map function
 o setParameters(double[])
Sets the map paramters

Variables

 o y
 double y
 o xnew
 double xnew
 o ynew
 double ynew

Constructors

 o Map1DMyFunction
 Map1DMyFunction()

Methods

 o evaluateFunction
 public double evaluateFunction(double x)
evaluates map function

Overrides:
evaluateFunction in class Map1DFunction
 o evaluateDerivative
 public double evaluateDerivative(double x)
evaluates the derivative of the map function at x

Overrides:
evaluateDerivative in class Map1DFunction
 o setParameters
 public void setParameters(double parameters[])
Sets the map paramters

Overrides:
setParameters in class Map1DFunction