| Package | Description |
|---|---|
| com.mockturtlesolutions.snifflib.integration |
Contains standard classes and interfaces for performing integration.
|
| Class and Description |
|---|
| AbstractOdeSolver
General Ode numerical integrator.
|
| AbstractOdeUpdater |
| AnalyticQuadratureAlgorithm |
| InterpolationQueue |
| Ode
The getDeriv() and related methods do not accept input arguments.
|
| OdeSet
Standard options for Ode solvers.
|
| OdeSolution
Algorithms designed to solve ODE's must implment this interface.
|
| 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.
|
| OdeUpdater
An interface typically implemented by an AbstractOdeSolution that operates as
|
| PointWiseQuadratureAlgorithm |
| QuadratureAlgorithm
Inteface for univariate quadrature algorithms.
|
| SnifflibIntegrationException |
Copyright © 2011, 2013. Daniel P. Dougherty