ROOT
6.07/01
Reference Guide
|
Functions | |
template<typename T > | |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | sin (const Vector< T > &_x) |
template<typename T > | |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | cos (const Vector< T > &_x) |
template<typename T > | |
static Vc_ALWAYS_INLINE void | sincos (const Vector< T > &_x, Vector< T > *_sin, Vector< T > *_cos) |
template<typename T > | |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | asin (const Vector< T > &_x) |
template<typename T > | |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | atan (const Vector< T > &_x) |
template<typename T > | |
static Vc_ALWAYS_INLINE Vc_PURE Vector< T > | atan2 (const Vector< T > &y, const Vector< T > &x) |
|
static |
Definition at line 69 of file trigonometric.h.
|
static |
Definition at line 72 of file trigonometric.h.
|
static |
Definition at line 75 of file trigonometric.h.
|
static |
Definition at line 63 of file trigonometric.h.
|
static |
Definition at line 60 of file trigonometric.h.
|
static |
Definition at line 66 of file trigonometric.h.