lib/
gpufloat.pro
Routines
result = gpuFloat(in [, LHS=GPUVariable object] [, ERROR=integer])This routine converts an input array into a float GPU array.
gpuFloat, in, out [, ERROR=integer]This routine converts an input array into a gpuFloat array.
Routine details
top gpuFloat
result = gpuFloat(in [, LHS=GPUVariable object] [, ERROR=integer])
This routine converts an input array into a float GPU array.
Return value
GPUVariable object structure
Parameters
- in in required type=numtype or GPUVariable object
 array to be converted
Keywords
- LHS in optional type=GPUVariable object
 pass GPU variable to use as return value
- ERROR out optional type=integer
 error status
top gpuFloat
gpuFloat, in, out [, ERROR=integer]
This routine converts an input array into a gpuFloat array.
Parameters
- in in required type=numtype or GPUVariable object
 array to be converted
- out out required type=GPUVariable object
 GPU array of the converted input
Keywords
- ERROR out optional type=integer
 error status
File attributes
| Modification date: | Fri Nov 12 11:07:43 2010 | 
| Lines: | 74 | 
| Docformat: | rst rst |