Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
Modifier and Type | Field and Description |
---|---|
private ParameterConfiguration[] |
JacobianMatrices.selectedParameters
Selected parameters for parameter Jacobian computation.
|
Constructor and Description |
---|
ParameterJacobianWrapper(FirstOrderDifferentialEquations fode,
ParameterizedODE pode,
ParameterConfiguration[] paramsAndSteps)
Wrap a
ParameterizedODE into a ParameterJacobianProvider . |