lib/
gpuimaginary.pro
Routines
result = gpuImaginary(x_gpu [, LHS=GPUVariable object] [, ERROR=integer])
Extracts the imaginary part of a complex data object on the GPU
gpuImaginary, x_gpu, res_gpu [, ERROR=integer]
Extracts the imaginary part of a complex data object on the GPU
Routine details
top gpuImaginary
result = gpuImaginary(x_gpu [, LHS=GPUVariable object] [, ERROR=integer])
Extracts the imaginary 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 gpuImaginary
gpuImaginary, x_gpu, res_gpu [, ERROR=integer]
Extracts the imaginary 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:43 2010 |
Lines: | 113 |
Docformat: | rst rst |