public interface UnivariateDifferentiableVectorFunction extends UnivariateVectorFunction
UnivariateVectorFunction
representing a univariate differentiable vectorial function.Modifier and Type | Method and Description |
---|---|
DerivativeStructure[] |
value(DerivativeStructure x)
Compute the value for the function.
|
value
DerivativeStructure[] value(DerivativeStructure x)
x
- the point for which the function value should be computedMathIllegalArgumentException
- if x
does not
fulfill functions constraints (argument out of bound, or unsupported
derivative order for example)Copyright © 2020 CNES. All rights reserved.