| 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 and Description | 
|---|
| FieldExpandableODE(FieldOrdinaryDifferentialEquation<T> primary)Build an expandable set from its primary ODE set. | 
| Modifier and Type | Method and Description | 
|---|---|
| T[] | RungeKuttaFieldIntegrator. singleStep(FieldOrdinaryDifferentialEquation<T> equations,
          T t0,
          T[] y0,
          T t)Fast computation of a single step of ODE integration. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.