MATLAB PARALLEL COMPUTING TOOLBOX - S Guide de l'utilisateur Page 526

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 656
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 525
1 2 ... 521 522 523 524 525 526 527 528 529 530 531 ... 655 656

Commentaires sur ces manuels

Pas de commentaire