MATLAB PARALLEL COMPUTING TOOLBOX - S Guida Utente Pagina 527

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 526
mxGPUCopyReal (C)
11-183
mxGPUCopyReal (C)
Copy real part of mxGPUArray
C Syntax
#include "gpu/mxGPUArray.h"
mxGPUArray* mxGPUCopyReal(mxGPUArray const * const mgp)
Arguments
mgp
Pointer to an mxGPUArray. The target gpuArray must be full, not sparse.
Returns
Pointer to an mxGPUArray.
Description
mxGPUCopyReal copies the real part of GPU data, and returns a new mxGPUArray object
that refers to the copy. If the input is real rather than complex, the function returns a
copy of the input.
Use mxGPUDestroyGPUArray to delete the result when you are done with it.
See Also
mxGPUCopyImag | mxGPUDestroyGPUArray
Vedere la pagina 526
1 2 ... 522 523 524 525 526 527 528 529 530 531 532 ... 655 656

Commenti su questo manuale

Nessun commento