|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnivariateDifferentiable
Interface for differentiable univariate functions.
This interface should be implemented by the user classes that are intended to be differentiated by the Nabla library. It represent a simple function.
UnivariateDerivative
,
UnivariateDifferentiator
Method Summary | |
---|---|
double |
f(double t)
Simple mathematical function. |
Method Detail |
---|
double f(double t)
UnivariateDifferentiable
classes compute only the
value of the function, not its differential.
t
- function input value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |