mxGPUArray dimensions
#include "gpu/mxGPUArray.h" mwSize const * mxGPUGetDimensions(mxGPUArray const * const mgp)
mgp
Pointer to an mxGPUArray
.
Pointer to a read-only array of mwSize
type.
mxGPUGetDimensions
returns a pointer to
an array of mwSize
indicating the dimensions of
the input argument. Use mxFree
to
delete the output.