UnivariateVectorFunctionHermiteInterpolatorpublic interface UnivariateDifferentiableVectorFunction extends UnivariateVectorFunction
UnivariateVectorFunction representing a univariate differentiable vectorial function.| Modifier and Type | Method | Description |
|---|---|---|
DerivativeStructure[] |
value(DerivativeStructure x) |
Compute the value for the function.
|
valueDerivativeStructure[] value(DerivativeStructure x) throws MathIllegalArgumentException
x - the point for which the function value should be computedMathIllegalArgumentException - if x does not
satisfy the function's constraints (argument out of bound, or unsupported
derivative order for example)Copyright © 2016–2018 Hipparchus.org. All rights reserved.