MultivariateVectorFunction
public interface MultivariateDifferentiableVectorFunction extends MultivariateVectorFunction
MultivariateVectorFunction
representing a
multivariate differentiable vectorial function.Modifier and Type | Method | Description |
---|---|---|
DerivativeStructure[] |
value(DerivativeStructure[] point) |
Compute the value for the function at the given point.
|
value
DerivativeStructure[] value(DerivativeStructure[] point) throws MathIllegalArgumentException
point
- point at which the function must be evaluatedMathIllegalArgumentException
- if point
does not
satisfy the function's constraints (wrong dimension, argument out of bound,
or unsupported derivative order for example)Copyright © 2016–2018 Hipparchus.org. All rights reserved.