Access the value at given row and repeat indices.
- Parameters
-
row | The row index |
repeat | The repeat index |
Several methods are available to access elements:
data()
returns a pointer to the first element;
operator()()
gives access to the element at given row and repeat indices;
at()
additionally perform bound checking and allows for backward (negative) indexing.