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 © 2003–2016 The Apache Software Foundation. All rights reserved.