|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiTable.Block | |
|---|---|
| org.simulator.math | Classes that contain several mathematical operations. |
| org.simulator.math.odes | The various solver classes that are all derived from
AbstractDESSolver. |
| Uses of MultiTable.Block in org.simulator.math |
|---|
| Methods in org.simulator.math with parameters of type MultiTable.Block | |
|---|---|
double |
QualityMeasure.distance(MultiTable.Block x,
MultiTable.Block expected)
|
ArrayList<Double> |
QualityMeasure.getColumnDistances(MultiTable.Block x,
MultiTable.Block expected)
Computes the distance of two matrices as the sum of the distances of each row. |
| Uses of MultiTable.Block in org.simulator.math.odes |
|---|
| Methods in org.simulator.math.odes that return MultiTable.Block | |
|---|---|
MultiTable.Block |
MultiTable.getBlock(int index)
|
| Methods in org.simulator.math.odes with parameters of type MultiTable.Block | |
|---|---|
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 initConditions,
double[] initialValues)
|
|
Generated at April 19 2013 Version 1.3 Revision 424 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||