linalg[indexfunc] - determine the indexing function of an array
|
Calling Sequence
|
|
indexfunc(A)
|
|
Description
|
|
•
|
The procedure call indexfunc(A) returns the indexing function for the array A.
|
•
|
This could be one of the standard indexing functions such as identity, symmetric, or diagonal, or the name of a user-defined indexing function.
|
•
|
If there is no indexing function specified for the array A, then indexfunc will return NULL.
|
•
|
The command with(linalg,indexfunc) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?