public interface MultivariateJacobianFunction
Modifier and Type | Method and Description |
---|---|
Pair<RealVector,RealMatrix> |
value(RealVector point)
Compute the function value and its Jacobian.
|
Pair<RealVector,RealMatrix> value(RealVector point)
point
- the abscissaeCopyright © 2016–2020 Hipparchus.org. All rights reserved.