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 |
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.
|
Modifier and Type | Method | Description |
---|---|---|
abstract FirstOrderSolver |
FirstOrderSolver.clone() |
Constructor | Description |
---|---|
FirstOrderSolver(FirstOrderSolver firstOrderSolver) |
clone constructor
|
Copyright © 2007–2018. All rights reserved.