Arrays, Points, Domains
Fast, expressive arrays
- multidimensional
- lower bound, upper bound, stride
- concise indexing: A[p] instead of A(i, j, k)
-
Points
- tuple of integers as primitive type
-
Domains
- sets of points
- rectangular (bounds and stride)
- general (arbitrary set)
-
Multidimensional iterators