ArrayIndFns
return the indexing functions of an Array
Calling Sequence
Parameters
Description
Examples
ArrayIndFns(A)
A
-
rtable
The ArrayIndFns(A) function returns the sequence of indexing functions for Array A.
This function is equivalent to op(1, A).
A≔Arraytriangularupper,1..3,1..4
A≔000000000000
ArrayIndFnsA
triangularupper
op1,A
See Also
Array
ArrayOptions
op
rtable_indfns
Download Help Document