lib/
gpudcindgen.pro
top gpuDcindgen
result = gpuDcindgen(nx [, ny] [, ERROR=integer])
This routine creates an IDL structure representing a double precision complex 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:43 2010 | 
| Lines: | 59 | 
| Docformat: | rst rst |