Initializing help system before first use

XPRMgetarrsets

XPRMgetarrsets


Purpose
Get the index sets of an array.
Synopsis
void XPRMgetarrsets(XPRMarray array, XPRMset sets[]);
Arguments
array 
Reference to an array
sets 
n-tuple of set references where n is the number of dimensions of the array array
Further information
This function returns in the parameter sets the list of sets that index the array array. Each set corresponds to one dimension of the array.
Related topics