mxIsGPUArray (C)
Determine if mxArray contains GPU data
C Syntax
#include "gpu/mxGPUArray.h" int mxIsGPUArray(mxArray const * const mp);
Arguments
mpPointer to an
mxArraythat might contain gpuArray data.
Returns
Integer indicating true result:
1 indicates the input is a gpuArray.
0 indicates the input is not a gpuArray.
Version History
Introduced in R2013a