lib/
gpureal_part.pro
Routines
result = gpuReal_part(x_gpu [, LHS=GPUVariable object] [, ERROR=integer])
Extracts the real part of a complex data object on the GPU.
gpuReal_part, x_gpu, res_gpu [, ERROR=integer]
Extracts the real part of a complex data object on the GPU
Routine details
top gpuReal_part
result = gpuReal_part(x_gpu [, LHS=GPUVariable object] [, ERROR=integer])
Extracts the real part of a complex data object on the GPU.
Return value
GPUVariable object
Parameters
- x_gpu in required type=GPUVariable object
GPU array representing a complex array
Keywords
- LHS in optional type=GPUVariable object
pass GPU variable to use as return value
- ERROR out optional type=integer
error status
top gpuReal_part
gpuReal_part, x_gpu, res_gpu [, ERROR=integer]
Extracts the real part of a complex data object on the GPU
Parameters
- x_gpu in required type=GPUVariable object
GPU array representing a complex array
- res_gpu out required type=GPUVariable object
GPU array conaining the imaginary part of the input
Keywords
- ERROR out optional type=integer
error status
File attributes
Modification date: | Fri Nov 12 11:07:45 2010 |
Lines: | 72 |
Docformat: | rst rst |