public interface OdeSolution extends Reportable
Modifier and Type | Method and Description |
---|---|
Ode |
getOde() |
OdeSet |
getOptions() |
DblMatrix |
getT() |
DblMatrix |
getY() |
void |
setOde(Ode problem) |
void |
setOptions(OdeSet opts) |
void |
solve() |
void solve() throws SnifflibIntegrationException
SnifflibIntegrationException
DblMatrix getT()
DblMatrix getY()
void setOde(Ode problem)
Ode getOde()
void setOptions(OdeSet opts)
OdeSet getOptions()