Package | Description |
---|---|
com.mockturtlesolutions.snifflib.integration |
Contains standard classes and interfaces for performing integration.
|
Modifier and Type | Class and Description |
---|---|
class |
Exponential |
class |
Logistic |
Modifier and Type | Field and Description |
---|---|
protected Ode |
AbstractOdeSolver.ode |
Modifier and Type | Method and Description |
---|---|
Ode |
AbstractOdeSolver.getOde() |
Ode |
OdeSolution.getOde() |
Ode |
OdeSolver.getOde() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOdeSolver.setOde(Ode problem) |
void |
OdeSolution.setOde(Ode problem) |
void |
OdeSolver.setOde(Ode problem) |
Constructor and Description |
---|
AbstractOdeSolver(Ode problem) |
AbstractOdeSolver(Ode problem,
OdeSet opts) |
AbstractOdeUpdater(Ode problem) |
AbstractOdeUpdater(Ode problem,
OdeSet opts) |
DefaultOdeSolver(Ode problem) |
DefaultOdeSolver(Ode problem,
OdeSet opts) |
EulerOdeUpdater(Ode problem) |
EulerOdeUpdater(Ode problem,
OdeSet opts) |
OdeSolver(Ode problem) |
OdeSolver(Ode problem,
OdeSet opts)
Constructs an ODE solution using a solver known to perform well for
a certain class of problems.
|
Copyright © 2011, 2013. Daniel P. Dougherty