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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 527
11 Functions — Alphabetical List
11-184
mxGPUCreateComplexGPUArray (C)
Create complex GPU array from two real gpuArrays
C Syntax
#include "gpu/mxGPUArray.h"
mxGPUArray* mxGPUCreateComplexGPUArray(mxGPUArray const * const mgpR,
mxGPUArray const * const mgpI)
Arguments
mgpRmgpI
Pointers to mxGPUArray data containing real and imaginary coefficients. The target
gpuArrays must be full, not sparse.
Returns
Pointer to an mxGPUArray.
Description
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.
See Also
mxGPUDestroyGPUArray
Vista de página 527
1 2 ... 523 524 525 526 527 528 529 530 531 532 533 ... 655 656

Comentários a estes Manuais

Sem comentários