| Interface | Description |
|---|---|
| DerivableMathematicalFunction |
This interface returns the first and second derivatives of a mathematical function.
|
| DerivableMatrixFunction<ParameterID> |
This interface returns the first and second derivatives of a matrix function.
|
| EvaluableFunction<P> |
This interface ensures that the class can provide a value.
|
| Class | Description |
|---|---|
| AbstractMathematicalFunction |
The AbstractMathematicalFunction class suits mathematical function that can be derived.
|
| AbstractMathematicalFunctionWrapper |
The AbstractMathematicalFunctionWrapper class makes it possible to create a function
that is based on a nested AbstractMathematicalFunction instance.
|
| ExponentialFunctionWrapper |
The LogFunctionWrapper class is a specific AbstractMathematicalFunctionWrapper for exp functions.
|
| FastArrayList<T extends java.io.Serializable> |
The FastArrayList class is used by any AbstractMathematicalFunction-derived class.
|
| GammaFunction |
This class implements the Gamma function.
|
| LogFunctionWrapper |
The LogFunctionWrapper class is a specific AbstractMathematicalFunctionWrapper for log functions.
|
| MathUtility |
This class implements simple static methods in mathematics.
|
| Matrix |
This class implement most of the basic function in linear algebra
Authors: Jean-Francois Lavoie and Mathieu Fortin (June 2009)
|
| MatrixUtility |
This class provides some matrix operations.
|
| ParameterBound |
This class defines the bound for a particular parameter.
|