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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 525
11 Functions — Alphabetical List
11-182
mxGPUCopyImag (C)
Copy imaginary part of mxGPUArray
C Syntax
#include "gpu/mxGPUArray.h"
mxGPUArray* mxGPUCopyImag(mxGPUArray const * const mgp)
Arguments
mgp
Pointer to an mxGPUArray. The target gpuArray must be full, not sparse.
Returns
Pointer to an mxGPUArray.
Description
mxGPUCopyImag copies the imaginary part of GPU data, and returns a new mxGPUArray
object that refers to the copy. The returned array is real, with element values equal to the
imaginary values of the input, similar to how the MATLAB imag function behaves. If the
input is real rather than complex, the function returns an array of zeros.
Use mxGPUDestroyGPUArray to delete the result when you are done with it.
See Also
mxGPUCopyReal | mxGPUDestroyGPUArray
Vista de página 525
1 2 ... 521 522 523 524 525 526 527 528 529 530 531 ... 655 656

Comentários a estes Manuais

Sem comentários