Create complex GPU array from two real gpuArrays
#include "gpu/mxGPUArray.h"
mxGPUArray* mxGPUCreateComplexGPUArray(mxGPUArray const * const mgpR,
mxGPUArray const * const mgpI)mgpR, mgpIPointers to mxGPUArray data
containing real and imaginary coefficients. The target gpuArrays must
be full, not sparse.
Pointer to an mxGPUArray.
mxGPUCreateComplexGPUArray creates a new
complex mxGPUArray from two real mxGPUArray objects.
The function allocates memory on the GPU and copies the data. The
inputs must both be real, and have matching sizes and classes. Use mxGPUDestroyGPUArray to
delete the result when you are done with it.