| Package | Description |
|---|---|
| org.hipparchus.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
| org.hipparchus.ode.nonstiff |
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
|
| Constructor | Description |
|---|---|
FieldExpandableODE(FieldOrdinaryDifferentialEquation<T> primary) |
Build an expandable set from its primary ODE set.
|
| Modifier and Type | Method | Description |
|---|---|---|
T[] |
RungeKuttaFieldIntegrator.singleStep(FieldOrdinaryDifferentialEquation<T> equations,
T t0,
T[] y0,
T t) |
Fast computation of a single step of ODE integration.
|
Copyright © 2016–2018 Hipparchus.org. All rights reserved.