|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnivariateDifferentiableFunction
Interface for univariate functions derivatives.
This interface represents a simple function which computes both the value and the first derivative of a mathematical function. The derivative is computed with respect to the input variable.
UnivariateDifferentiableFunction,
UnivariateFunctionDifferentiator| Method Summary | |
|---|---|
DerivativeStructure |
value(DerivativeStructure t)
Simple mathematical function. |
| Methods inherited from interface org.apache.commons.math3.analysis.UnivariateFunction |
|---|
value |
| Method Detail |
|---|
DerivativeStructure value(DerivativeStructure t)
throws DimensionMismatchException
UnivariateDifferentiableFunction classes compute both the
value and the first derivative of the function.
t - function input value
DimensionMismatchException - if t is inconsistent with the
function's free parameters or order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||