Package | Description |
---|---|
org.apache.commons.math3.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
Modifier and Type | Field and Description |
---|---|
private SecondOrderDifferentialEquations |
FirstOrderConverter.equations
Underlying second order equations set.
|
Modifier and Type | Method and Description |
---|---|
void |
SecondOrderIntegrator.integrate(SecondOrderDifferentialEquations equations,
double t0,
double[] y0,
double[] yDot0,
double t,
double[] y,
double[] yDot)
Integrate the differential equations up to the given time
|
Constructor and Description |
---|
FirstOrderConverter(SecondOrderDifferentialEquations equations)
Simple constructor.
|