| Interface | Description |
|---|---|
| ExtendedFirstOrderDifferentialEquations |
This interface represents a first order differential equations set
with a main set of equations and an extension set.
|
| FirstOrderDifferentialEquations |
This interface represents a first order differential equations set.
|
| FirstOrderIntegrator |
This interface represents a first order integrator for
differential equations.
|
| MultistepIntegrator.NordsieckTransformer |
Transformer used to convert the first step to Nordsieck representation.
|
| ODEIntegrator |
This interface defines the common parts shared by integrators
for first and second order differential equations.
|
| SecondOrderDifferentialEquations |
This interface represents a second order differential equations set.
|
| SecondOrderIntegrator |
This interface represents a second order integrator for
differential equations.
|
| Class | Description |
|---|---|
| AbstractIntegrator |
Base class managing common boilerplate for all integrators.
|
| ContinuousOutputModel |
This class stores all information provided by an ODE integrator
during the integration process and build a continuous model of the
solution from this.
|
| FirstOrderConverter |
This class converts second order differential equations to first
order ones.
|
| MultistepIntegrator |
This class is the base class for multistep integrators for Ordinary
Differential Equations.
|
| Exception | Description |
|---|---|
| DerivativeException |
This exception is made available to users to report
the error conditions that are triggered while computing
the differential equations.
|
| IntegratorException |
This exception is made available to users to report
the error conditions that are triggered during integration
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"