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