Description |
Expression |
Semantics |
|
X()
|
|
|
X(o)
|
|
|
X(m, n, ld)
|
|
|
X(m, n, ld, bw)
|
|
|
X(t)
|
|
Maps the (i,j) point from TwoD coords to a linear offset
|
o.elt(i,j)
|
|
The offset to the start of the ith OneD part of the TwoD
|
o.oned_offset(i)
|
|
The length of the ith OneD part
|
o.oned_length(i)
|
|
The size of the outer Container of the TwoD
|
o.twod_length()
|
|
The distance from one element to the next, usually 1
|
o.stride()
|
|
The total size of the memory allocated to the TwoD
|
X::size(m, n, sub, super)
|
|
The major dimension size
|
o.major()
|
|
The minor dimension size
|
o.minor()
|
|
|