Package | Description |
---|---|
org.simulator.math.odes |
The various solver classes that are all derived from
AbstractDESSolver . |
Modifier and Type | Class | Description |
---|---|---|
class |
AdamsBashforthSolver |
This class is a wrapper for the Adams-Bashforth solver in the
Apache Math Library.
|
class |
AdamsMoultonSolver |
This class is a wrapper for the Adams-Moulton solver in the
Apache Math Library.
|
class |
DormandPrince54Solver |
This class is a wrapper for the Dormand-Prince-54 solver in the
Apache Math Library.
|
class |
DormandPrince853Solver |
This class is a wrapper for the Dormand-Prince-853 solver in the
Apache Math Library.
|
class |
FirstOrderSolver |
This class is the superclass of the wrapper classes for the solvers of the
Apache Math Library.
|
class |
GraggBulirschStoerSolver |
This class is a wrapper for the Gragg-Bulirsch-Stoer solver in the
Apache Math Library.
|
class |
HighamHall54Solver |
This class is a wrapper for the Higham-Hall-54 solver in the
Apache Math Library.
|
class |
RosenbrockSolver |
An implementation of Rosenbrock's method to approximate ODE
solutions.
|
Constructor | Description |
---|---|
AdaptiveStepsizeIntegrator(AdaptiveStepsizeIntegrator adaptiveStepSizeIntegrator) |
clone constructor
|
Copyright © 2007–2018. All rights reserved.