lib/
gpufmod.pro
Routines
result = gpuFmod(p1, p2 [, LHS=GPUVariable object] [, /NONBLOCKING] [, ERROR=integer])
floating point modulo
gpuFmod, p1, p2, p3 [, /NONBLOCKING] [, ERROR=integer]
Fmod two vectors
Routine details
top gpuFmod
result = gpuFmod(p1, p2 [, LHS=GPUVariable object] [, /NONBLOCKING] [, ERROR=integer])
floating point modulo
result = p1 mod p2
where p1, p2 are GPUVariable object or a numeric array.
Return value
GPUVariable object
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 gpuFmod
gpuFmod, p1, p2, p3 [, /NONBLOCKING] [, ERROR=integer]
Fmod two vectors
p3 = p1 mod 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: | 214 |
Docformat: | rst rst |