org.apache.commons.math3.fitting.leastsquares
package
(cf. MATH-1008).@Deprecated public class ModelFunctionJacobian extends Object implements OptimizationData
Constructor and Description |
---|
ModelFunctionJacobian(MultivariateMatrixFunction j)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MultivariateMatrixFunction |
getModelFunctionJacobian()
Deprecated.
Gets the Jacobian of the model function to be optimized.
|
public ModelFunctionJacobian(MultivariateMatrixFunction j)
j
- Jacobian of the model function to be optimized.public MultivariateMatrixFunction getModelFunctionJacobian()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.