Package | Description |
---|---|
org.apache.commons.math3.analysis |
Parent package for common numerical analysis procedures, including root finding,
function interpolation and integration.
|
org.apache.commons.math3.analysis.differentiation |
This package holds the main interfaces and basic building block classes
dealing with differentiation.
|
org.apache.commons.math3.optim.nonlinear.vector |
Algorithms for optimizing a vector function.
|
Modifier and Type | Method and Description |
---|---|
MultivariateMatrixFunction |
DifferentiableMultivariateVectorFunction.jacobian()
Deprecated.
Returns the jacobian function.
|
Modifier and Type | Class and Description |
---|---|
class |
JacobianFunction
Class representing the Jacobian of a multivariate vector function.
|
Modifier and Type | Method and Description |
---|---|
MultivariateMatrixFunction |
ModelFunctionJacobian.getModelFunctionJacobian()
Gets the Jacobian of the model function to be optimized.
|
Constructor and Description |
---|
ModelFunctionJacobian(MultivariateMatrixFunction j) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.