lib/
gpusubscript.pro
Routines
result = gpuSubscript(x_gpu, y_gpu [, /LEFTSUBSCRIPT] [, LHS=GPUVariable object] [, ERROR=integer])
Subscripts a GPU array with another GPU array
gpuSubscript, x_gpu, y_gpu, res_gpu [, /LEFTSUBSCRIPT] [, ERROR=integer]
Subscripts a GPU array with another GPU array
Routine details
top gpuSubscript
result = gpuSubscript(x_gpu, y_gpu [, /LEFTSUBSCRIPT] [, LHS=GPUVariable object] [, ERROR=integer])
Subscripts a GPU array with another GPU array
Return value
GPUVariable object
Parameters
- x_gpu in required type=GPUVariable object
GPU array representing the indices
- y_gpu in required type=GPUVariable object
GPU array representing the array to be subscripted
Keywords
- LEFTSUBSCRIPT in optional type=boolean
The index subscripts the left hand side of the assignment, rather than the right hand side
- LHS in optional type=GPUVariable object
pass GPU variable to use as return value
- ERROR out optional type=integer
error status
top gpuSubscript
gpuSubscript, x_gpu, y_gpu, res_gpu [, /LEFTSUBSCRIPT] [, ERROR=integer]
Subscripts a GPU array with another GPU array
Parameters
- x_gpu in required type=GPUVariable object
GPU array representing the indices
- y_gpu in required type=GPUVariable object
GPU array representing the array to be subscripted
- res_gpu out required type=GPUVariable object
GPU array conaining values of y_gpu subscripted by x_gpu
Keywords
- LEFTSUBSCRIPT in optional type=boolean
The index subscripts the left hand side of the assignment, rather than the right hand side
- ERROR out optional type=integer
error status
File attributes
Modification date: | Fri Nov 12 11:07:44 2010 |
Lines: | 153 |
Docformat: | rst rst |