lib/
gpureal.pro
Routines
result = gpuReal(x_gpu [, LHS=GPUVariable object] [, ERROR=integer])Extracts the real part of a complex data object on the GPU
gpuReal, x_gpu, res_gpu [, ERROR=integer]Extracts the real part of a complex data object on the GPU
Routine details
top gpuReal
result = gpuReal(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
gpuReal, 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 real part of the input
Keywords
- ERROR out optional type=integer
 error status
File attributes
| Modification date: | Fri Nov 12 11:07:45 2010 | 
| Lines: | 135 | 
| Docformat: | rst rst |