User`s guide
mxGPUGetDimensions (C)
11-195
mxGPUGetDimensions (C)
mxGPUArray dimensions
C Syntax
#include "gpu/mxGPUArray.h"
mwSize const * mxGPUGetDimensions(mxGPUArray const * const mgp)
Arguments
mgp
Pointer to an mxGPUArray.
Returns
Pointer to a read-only array of mwSize type.
Description
mxGPUGetDimensions returns a pointer to an array of mwSize indicating the
dimensions of the input argument. Use mxFree to delete the output.
See Also
mxGPUGetComplexity | mxGPUGetNumberOfDimensions