|
||||||||||
| 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 MathIllegalArgumentException
UnivariateDifferentiableFunction classes compute both the
value and the first derivative of the function.
t - function input value
MathIllegalArgumentException - if t does not
fulfill functions constraints (argument out of bound, or unsupported
derivative order for example)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||