public interface TimeGrid
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
size()
the number of time points
|
double |
T()
the last time point available
|
double |
t(int i)
the i-th time point in the time grid discretization
|