public class FunctionClassSupremum extends R1ToR1
Constructor and Description |
---|
FunctionClassSupremum(R1ToR1[] aAUClass)
FunctionClassSupremum Cnstructor
|
Modifier and Type | Method and Description |
---|---|
double |
derivative(double dblVariate,
int iOrder)
Calculate the derivative as a double
|
double |
evaluate(double dblVariate)
Evaluate for the given variate
|
R1ToR1[] |
functionClass()
Retrieve the Class of Functions
|
double |
integrate(double dblBegin,
double dblEnd)
Integrate over the given range
|
R1ToR1 |
supremumFunction(double dblVariate)
Retrieve the Supremum Function corresponding to the specified Variate
|
differential, differential, maxima, maxima, minima, minima
public FunctionClassSupremum(R1ToR1[] aAUClass) throws java.lang.Exception
aAUClass
- Array of Functions in the Classjava.lang.Exception
- Thrown if the Inputs are Invalidpublic R1ToR1[] functionClass()
public R1ToR1 supremumFunction(double dblVariate)
dblVariate
- The Variatepublic double evaluate(double dblVariate) throws java.lang.Exception
R1ToR1
public double derivative(double dblVariate, int iOrder) throws java.lang.Exception
R1ToR1
derivative
in class R1ToR1
dblVariate
- Variate at which the derivative is to be calculatediOrder
- Order of the derivative to be computedjava.lang.Exception
- Thrown if Inputs are Invalidpublic double integrate(double dblBegin, double dblEnd) throws java.lang.Exception
R1ToR1