MATLAB PARALLEL COMPUTING TOOLBOX - S Guia do Utilizador Página 527

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 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
Vista de página 526
1 2 ... 522 523 524 525 526 527 528 529 530 531 532 ... 655 656

Comentários a estes Manuais

Sem comentários