Numerically-named aliases for the various dimensions. This matches the dimension names used in array3d.
| 98 | // Numerically-named aliases for the various dimensions. This matches the |
| 99 | // dimension names used in array3d. |
| 100 | int64 n4() const { return this->dim(3); } |
| 101 | int64 n3() const { return this->dim(2); } |
| 102 | int64 n2() const { return this->dim(1); } |
| 103 | int64 n1() const { return this->dim(0); } |