| 
 |   | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDESSolver | |
|---|---|
| org.simulator | This package simply contains a default main program to display very basic licensing terms and other information. | 
| org.simulator.math.odes | The various solver classes that are all derived from AbstractDESSolver. | 
| org.simulator.sedml | Classes for reading and executing SED-ML files. | 
| Uses of AbstractDESSolver in org.simulator | 
|---|
| Methods in org.simulator with parameters of type AbstractDESSolver | |
|---|---|
| static MultiTable | SBMLTestSuiteRunner.testModel(AbstractDESSolver solver,
          Model model,
          double[] timePoints,
          double stepSize,
          Map<String,Boolean> amountHash)Tests one specific model | 
| Uses of AbstractDESSolver in org.simulator.math.odes | 
|---|
| Subclasses of AbstractDESSolver in org.simulator.math.odes | |
|---|---|
|  class | AdamsBashforthSolverThis class is a wrapper for the Adams-Bashforth solver in the Apache Math Library. | 
|  class | AdamsMoultonSolverThis class is a wrapper for the Adams-Moulton solver in the Apache Math Library. | 
|  class | AdaptiveStepsizeIntegratorThis is an abstract class for solvers with adaptive stepsizes and given relative and absolute tolerances. | 
|  class | DormandPrince54SolverThis class is a wrapper for the Dormand-Prince-54 solver in the Apache Math Library. | 
|  class | DormandPrince853SolverThis class is a wrapper for the Dormand-Prince-853 solver in the Apache Math Library. | 
|  class | EulerMethodIn this class the Euler method for integration a differential equation system is implemented. | 
|  class | FirstOrderSolverThis class is the superclass of the wrapper classes for the solvers of the Apache Math Library. | 
|  class | GraggBulirschStoerSolverThis class is a wrapper for the Gragg-Bulirsch-Stoer solver in the Apache Math Library. | 
|  class | HighamHall54SolverThis class is a wrapper for the Higham-Hall-54 solver in the Apache Math Library. | 
|  class | RosenbrockSolverAn implementation of Rosenbrock's method to approximate ODE solutions. | 
|  class | RungeKutta_EventSolverRunge-Kutta method. | 
| Fields in org.simulator.math.odes declared as AbstractDESSolver | |
|---|---|
| protected  AbstractDESSolver | AbstractDESSolver.clonedSolverA cloned version of this object | 
| Methods in org.simulator.math.odes that return AbstractDESSolver | |
|---|---|
| abstract  AbstractDESSolver | AbstractDESSolver.clone() | 
| Constructors in org.simulator.math.odes with parameters of type AbstractDESSolver | |
|---|---|
| AbstractDESSolver(AbstractDESSolver solver)Clone constructor. | |
| Uses of AbstractDESSolver in org.simulator.sedml | 
|---|
| Methods in org.simulator.sedml with parameters of type AbstractDESSolver | |
|---|---|
|  void | SEDMLWriter.saveExperimentToSEDML(double start,
                      double end,
                      double stepsize,
                      AbstractDESSolver solver,
                      Model model,
                      URI modelURI,
                      OutputStream os)Given a configured simulation, will write to SED-ML using the specified OutputStream. | 
| 
 | Generated at March 17 2014 Version 1.4 Revision 453 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||