Package | Description |
---|---|
org.simulator.math.odes |
The various solver classes that are all derived from
AbstractDESSolver . |
Modifier and Type | Method and Description |
---|---|
MultiTable.Block |
MultiTable.getBlock(int index) |
Modifier and Type | Method and Description |
---|---|
MultiTable |
DESSolver.solve(DESystem DES,
MultiTable.Block timeSeriesInitConditions,
double[] initialValues)
Solves the given
DESystem using new initial conditions in each time step. |
MultiTable |
AbstractDESSolver.solve(DESystem DES,
MultiTable.Block timeSeriesInitConditions,
double[] initialValues)
Solves the given
DESystem using new initial conditions in each time step. |
MultiTable |
DESSolver.solve(DESystem DES,
MultiTable.Block timeSeriesInitConditions,
double[] initialValues,
PropertyChangeListener propertyChangeListener)
Solves the given
DESystem using new initial conditions in each time step. |
MultiTable |
AbstractDESSolver.solve(DESystem DES,
MultiTable.Block initConditions,
double[] initialValues,
PropertyChangeListener propertyChangeListener)
Solves the given
DESystem using new initial conditions in each time step. |
Copyright © 2007–2021. All rights reserved.