lib/
gpureform.pro
top gpuReform
gpuReform, arr_gpu [, xsize] [, ysize]
Change the dimensions of a GPU variable without changing the total number of elements.
Warning: this routine modifies the input GPU variable whereas the REFORM function does not unless the OVERWRITE keyword is set.
Parameters
- arr_gpu in out required type=GPUVariable object
 GPU variable to manipulate
- xsize in optional type=long
 new xsize of arr_gpu
- ysize in optional type=long
 new ysize of arr_gpu
File attributes
| Modification date: | Fri Nov 12 11:07:44 2010 | 
| Lines: | 96 | 
| Docformat: | rst rst |