rtable_indfns - return the indexing functions of an rtable
|
Calling Sequence
|
|
rtable_indfns(A)
|
|
Description
|
|
•
|
The rtable_indfns(A) function, where A is an Array, Matrix, or Vector, returns a sequence of indexing functions for rtable A.
|
|
In the case that A is an Array, this is equivalent to op(1, A).
|
|
You can also use MatrixOptions or VectorOptions with the shape parameter to obtain the indexing functions (shape) for Matrices and Vectors, respectively.
|
|
|
Thread Safety
|
|
•
|
The rtable_indfns command is thread-safe as of Maple 15.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?