These functions implement the basic operations on arrays.
Usage: x++y
Return the concatenation of arrays x and y
Usage: x++y
Return the concatenation of arrays x and y
Usage: x++y
Return the concatenation of arrays x and y
Return array x coerced to index set 1..length(x)
Return array x coerced to index set 1..length(x)
Return array x coerced to index set 1..length(x)
Return array x coerced to one-dimensional array with index set S
Return array x coerced to one-dimensional array with index set S
Return array x coerced to one-dimensional array with index set S
Return array x coerced to two-dimensional array with index sets S1 and S2
Return array x coerced to two-dimensional array with index sets S1 and S2
Return array x coerced to two-dimensional array with index sets S1 and S2
Return array x coerced to three-dimensional array with index sets S1, S2 and S3
Return array x coerced to three-dimensional array with index sets S1, S2 and S3
Return array x coerced to three-dimensional array with index sets S1, S2 and S3
Return array x coerced to 4-dimensional array with index sets S1, S2, S3 and S4
Return array x coerced to 4-dimensional array with index sets S1, S2, S3 and S4
Return array x coerced to 4-dimensional array with index sets S1, S2, S3 and S4
Return array x coerced to 5-dimensional array with index sets S1, S2, S3, S4 and S5
Return array x coerced to 5-dimensional array with index sets S1, S2, S3, S4 and S5
Return array x coerced to 5-dimensional array with index sets S1, S2, S3, S4 and S5
Return array x coerced to 6-dimensional array with index sets S1, S2, S3, S4, S5 and S6
Return array x coerced to 6-dimensional array with index sets S1, S2, S3, S4, S5 and S6
Return array x coerced to 6-dimensional array with index sets S1, S2, S3, S4, S5 and S6
Return array y coerced to array with same number of dimensions and same index sets as array x
Return array y coerced to array with same number of dimensions and same index sets as array x
Return array y coerced to array with same number of dimensions and same index sets as array x
Return column c of array x
Return column c of array x
Return column c of array x
Test if e is an element of array x
Test if e is an element of array x
Test if i is in the index set of x
Return index set of one-dimensional array x
Return index set of first dimension of two-dimensional array x
Return index set of first dimension of 3-dimensional array x
Return index set of first dimension of 4-dimensional array x
Return index set of first dimension of 5-dimensional array x
Return index set of first dimension of 6-dimensional array x
Return index set of second dimension of two-dimensional array x
Return index set of second dimension of 3-dimensional array x
Return index set of second dimension of 4-dimensional array x
Return index set of second dimension of 5-dimensional array x
Return index set of second dimension of 6-dimensional array x
Return index set of third dimension of 3-dimensional array x
Return index set of third dimension of 4-dimensional array x
Return index set of third dimension of 5-dimensional array x
Return index set of third dimension of 6-dimensional array x
Return index set of fourth dimension of 4-dimensional array x
Return index set of fourth dimension of 5-dimensional array x
Return index set of fourth dimension of 6-dimensional array x
Return index set of fifth dimension of 5-dimensional array x
Return index set of fifth dimension of 6-dimensional array x
Return index set of sixth dimension of 6-dimensional array x
Test if x and y have the same index sets
Return the length of array x
Note that the length is defined as the number of elements in the array, regardless of its dimensionality.
Return the array x in reverse order
The resulting array has the same index set as x.
Return the array x in reverse order
The resulting array has the same index set as x.
Return the array x in reverse order
The resulting array has the same index set as x.
Return row r of array x
Return row r of array x
Return row r of array x