public interface ValueAndJacobianFunction extends MultivariateJacobianFunction
Modifier and Type | Method and Description |
---|---|
RealMatrix |
computeJacobian(double[] params)
Compute the Jacobian.
|
RealVector |
computeValue(double[] params)
Compute the value.
|
value
RealVector computeValue(double[] params)
params
- Point.RealMatrix computeJacobian(double[] params)
params
- Point.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.