See: Description
| Interface | Description |
|---|---|
| OdeSolution |
Algorithms designed to solve ODE's must implment this interface.
|
| OdeUpdater |
An interface typically implemented by an AbstractOdeSolution that operates as
|
| QuadratureAlgorithm |
Inteface for univariate quadrature algorithms.
|
| StochasticOdeSolution |
This interface extends the interface for non-stochastic ODE's for stochastic
ODE's.
|
| Class | Description |
|---|---|
| AbstractOdeSolver |
General Ode numerical integrator.
|
| AbstractOdeUpdater | |
| AnalyticQuadratureAlgorithm | |
| BasicODE |
The getDeriv() and related methods do not accept input arguments.
|
| DataQuad |
A basic decorator class for various methods of unidimensional quadrature of data.
|
| DefaultOdeSolver | |
| EulerOdeUpdater | |
| Exponential | |
| FunQuad |
A basic decorator class for various methods of unidimensional quadrature of functions.
|
| GraphicalOde |
An ODE class that allows for graphical manipulation of parameters, initial conditions and ODE numerical options.
|
| GraphicalOdeSolution | |
| GraphicalOdeSolutionBeanInfo | |
| GraphicalOdeSolutionPersistenceDelegate | |
| InterpolationQueue | |
| Logistic | |
| NumericDeriv |
Class useful for calculating commonly used numerical derivatives.
|
| Ode |
The getDeriv() and related methods do not accept input arguments.
|
| OdeDemo | |
| OdeDemoFrame | |
| OdeModel |
This model wraps an OdeSolver and extends the StatisticalModel.
|
| OdeNameEditor | |
| OdeReporter |
This class stores, modifies and reports on various inputs from ODE solvers.
|
| OdeReportInstance | |
| odeset | |
| OdeSet |
Standard options for Ode solvers.
|
| OdeSolver |
Decorator class for ODE algorithms.
|
| OdeUpdate |
We write this as a class rather than interface because we want to force end-users to
encapsulate rather than writing update methods than need to have multiple side-effects.
|
| PointWiseQuadratureAlgorithm | |
| SimpAnalyticQuadratureAlgorithm |
Simpson's Quadrature of a function.
|
| TrapzAnalyticQuadratureAlgorithm |
Trapezoidal Quadrature of a function.
|
| TrapzPointWiseQuadratureAlgorithm |
Trapezoidal Quadrature
|
| Exception | Description |
|---|---|
| SnifflibIntegrationException |
Copyright © 2011, 2013. Daniel P. Dougherty