User`s guide
mxGPUCreateGPUArray (C)
11-187
Returns
Pointer to an mxGPUArray.
Description
mxGPUCreateGPUArray creates a new mxGPUArray object with the specified size, type,
and complexity. It also allocates the required memory on the GPU, and initializes the
memory if requested.
This function allocates a new mxGPUArray object on the CPU. Use
mxGPUDestroyGPUArray to delete the object when you are done with it.
See Also
mxGPUCreateFromMxArray | mxGPUDestroyGPUArray