public interface MultivariateDifferentiableFunction extends MultivariateFunction
MultivariateFunction
representing a
multivariate differentiable real function.Modifier and Type | Method and Description |
---|---|
DerivativeStructure |
value(DerivativeStructure[] point)
Compute the value for the function at the given point.
|
value
DerivativeStructure value(DerivativeStructure[] point)
point
- Point at which the function must be evaluated.MathIllegalArgumentException
- if point
does not
fulfill functions constraints (wrong dimension, argument out of bound,
or unsupported derivative order for example)Copyright © 2023 CNES. All rights reserved.