Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
Modifier and Type | Class and Description |
---|---|
private static class |
JacobianMatrices.MainStateJacobianWrapper
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 MainStateJacobianProvider |
JacobianMatrices.jode
FODE with exact primary Jacobian computation skill.
|
Constructor and Description |
---|
JacobianMatrices(MainStateJacobianProvider jode,
java.lang.String... parameters)
Simple constructor for a secondary equations set computing Jacobian matrices.
|