Class ModelFunctionJacobian
java.lang.Object
org.apache.commons.math3.optim.nonlinear.vector.ModelFunctionJacobian
- All Implemented Interfaces:
OptimizationData
Deprecated.
Jacobian of the model (vector) function to be optimized.
- Since:
- 3.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the Jacobian of the model function to be optimized.
-
Constructor Details
-
ModelFunctionJacobian
Deprecated.- Parameters:
j
- Jacobian of the model function to be optimized.
-
-
Method Details
-
getModelFunctionJacobian
Deprecated.Gets the Jacobian of the model function to be optimized.- Returns:
- the model function Jacobian.
-
org.apache.commons.math3.fitting.leastsquares
package (cf. MATH-1008).