Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ParameterJacobianWrapper
Wrapper class to compute Jacobian matrices by finite differences for ODE
which do not compute them by themselves.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ParameterJacobianProvider> |
JacobianMatrices.jacobianProviders
FODE with exact parameter Jacobian computation skill.
|
Modifier and Type | Method and Description |
---|---|
void |
JacobianMatrices.addParameterJacobianProvider(ParameterJacobianProvider provider)
Add a parameter Jacobian provider.
|