Sequential Indices
If the parameterlist for a subarray range definition contains only one parameter, its values are interpreted as 'sequential indices'. Sequential indices reflect the position of array elements in the underlying storage format.
Internally ILNumerics stores array elements as one dimensional system array, in column major order:
ILNumerics Array:
Internal storage scheme:
Sequential indexing offers a way to address elements within the whole array - by using only one parameter:
Numeric arrays of any shape and dimensionality are allowed as index specification. Its elements are used as sequential indices into the matrix A. The subarray