QUDA
1.0.0
|
#include <register_traits.h>
Static Public Member Functions | |
__device__ static __host__ T | Atan2 (const T &a, const T &b) |
__device__ static __host__ T | Sin (const T &a) |
__device__ static __host__ T | Cos (const T &a) |
__device__ static __host__ void | SinCos (const T &a, T *s, T *c) |
Generic wrapper for Trig functions
Definition at line 293 of file register_traits.h.
|
inlinestatic |
Definition at line 294 of file register_traits.h.
References quda::atan2().
|
inlinestatic |
Definition at line 296 of file register_traits.h.
References quda::cos().
|
inlinestatic |
Definition at line 295 of file register_traits.h.
References quda::sin().
|
inlinestatic |
Definition at line 297 of file register_traits.h.