org.apache.commons.math3.optim.nonlinear.vector
Class ModelFunctionJacobian
java.lang.Object
org.apache.commons.math3.optim.nonlinear.vector.ModelFunctionJacobian
- All Implemented Interfaces:
- OptimizationData
public class ModelFunctionJacobian
- extends Object
- implements OptimizationData
Jacobian of the model (vector) function to be optimized.
- Since:
- 3.1
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelFunctionJacobian
public ModelFunctionJacobian(MultivariateMatrixFunction j)
- Parameters:
j
- Jacobian of the model function to be optimized.
getModelFunctionJacobian
public MultivariateMatrixFunction getModelFunctionJacobian()
- Gets the Jacobian of the model function to be optimized.
- Returns:
- the model function Jacobian.
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.