Functions | |
void * | getArrayBaseAddress_F90Vendor (const void *desc, int rank) |
Returns a pointer to the base address of the array. | |
unsigned long | getArraySize_F90Vendor (const void *desc, int rank) |
Returns the array size (in elements). | |
long | getArrayLowerBound_F90Vendor (const void *desc, int rank, int dim) |
Returns the lower bound for the given dimension. | |
unsigned long | getArrayExtent_F90Vendor (const void *desc, int rank, int dim) |
Returns the extent of the array for the given dimension (in elements). | |
long | getArrayStrideMult_F90Vendor (const void *desc, int rank, int dim) |
Returns the distance between successive elements (in bytes). |
|
Returns a pointer to the base address of the array.
|
|
Returns the extent of the array for the given dimension (in elements).
|
|
Returns the lower bound for the given dimension.
|
|
Returns the array size (in elements).
|
|
Returns the distance between successive elements (in bytes).
|