Class PowerFunction

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

public class PowerFunction
extends Map1DFunction
Class to return iterate of power-law-maximum map function.


Constructor Index

 o PowerFunction()

Method Index

 o evaluateDerivative(double)
evaluates the derivative of the map function at x
 o evaluateFunction(double)
evaluates map function
 o getAMaximum(double)
Returns the maximum value of a allowed (may depend on parameter d, usually the second map parameter).

Constructors

 o PowerFunction
 PowerFunction()

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 getAMaximum
 public double getAMaximum(double d)
Returns the maximum value of a allowed (may depend on parameter d, usually the second map parameter).

Overrides:
getAMaximum in class Map1DFunction