MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 527

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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
Vista de pagina 526
1 2 ... 522 523 524 525 526 527 528 529 530 531 532 ... 655 656

Comentarios a estos manuales

Sin comentarios