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