|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnivariateDifferentiableVectorFunction
Extension of UnivariateVectorFunction representing a univariate differentiable vectorial function.
| Method Summary | |
|---|---|
DerivativeStructure[] |
value(DerivativeStructure x)
Compute the value for the function. |
| Methods inherited from interface org.apache.commons.math3.analysis.UnivariateVectorFunction |
|---|
value |
| Method Detail |
|---|
DerivativeStructure[] value(DerivativeStructure x)
throws MathIllegalArgumentException
x - the point for which the function value should be computed
MathIllegalArgumentException - if x 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 | |||||||||