lib/
gpufindgen.pro
top gpuFindgen
result = gpuFindgen(nx [, ny] [, ERROR=integer])
This routine creates an IDL structure representing a float array on the GPU that other GPULib library routines can use and initializes its elements to the array index.
Return value
GPUVariable object
Parameters
- nx in required type=integer
size of first dimenion
- ny in optional type=integer
size of second dimenion, if present
Keywords
- ERROR out optional type=integer
error status
File attributes
Modification date: | Fri Nov 12 11:07:45 2010 |
Lines: | 59 |
Docformat: | rst rst |