Class CubicFunction

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

public class CubicFunction
extends Map1DFunction
Class to return iterate of Quadratic map function.


Constructor Index

 o CubicFunction()

Method Index

 o evaluateDerivative(double)
evaluates the derivative of the map function at x
 o evaluateFunction(double)
evaluates map function

Constructors

 o CubicFunction
 CubicFunction()

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