lib/
gpupow.pro
Routines
Routine details
top gpuPow
result = gpuPow(p1, p2 [, LHS=GPUVariable object] [, /NONBLOCKING] [, ERROR=integer])
power function
result = p1 ^ p2
where p1, p2 are GPUVariable object or a numeric array.
Return value
GPUVariable object structure
Parameters
- p1 in required type=GPUVariable object
 - p2 in required type=GPUVariable object
 
Keywords
- LHS in optional type=GPUVariable object
 pass GPU variable to use as return value
- NONBLOCKING in optional type=boolean
 unless this keyword is set, this will block until the device has completed all preceding requested tasks
- ERROR out optional type=integer
 error status
top gpuPow
gpuPow, p1, p2, p3 [, /NONBLOCKING] [, ERROR=integer]
power two vectors
p3 = p1 ^ p2
where p1, p2 are GPUVariable object.
Parameters
- p1 in required type=GPUVariable object
 - p2 in out required type=GPUVariable object
 - p3
 
Keywords
- NONBLOCKING in optional type=boolean
 unless this keyword is set, this will block until the device has completed all preceding requested tasks
- ERROR out optional type=integer
 error status
File attributes
| Modification date: | Fri Nov 12 11:07:44 2010 | 
| Lines: | 213 | 
| Docformat: | rst rst |