ROOT  6.06/09
Reference Guide
Functions
ROOT::Vc::VC__USE_NAMESPACE Namespace Reference

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)
 

Function Documentation

template<typename T >
static Vc_ALWAYS_INLINE Vc_PURE Vector<T> ROOT::Vc::VC__USE_NAMESPACE::asin ( const Vector< T > &  _x)
static

Definition at line 69 of file trigonometric.h.

template<typename T >
static Vc_ALWAYS_INLINE Vc_PURE Vector<T> ROOT::Vc::VC__USE_NAMESPACE::atan ( const Vector< T > &  _x)
static

Definition at line 72 of file trigonometric.h.

template<typename T >
static Vc_ALWAYS_INLINE Vc_PURE Vector<T> ROOT::Vc::VC__USE_NAMESPACE::atan2 ( const Vector< T > &  y,
const Vector< T > &  x 
)
static

Definition at line 75 of file trigonometric.h.

template<typename T >
static Vc_ALWAYS_INLINE Vc_PURE Vector<T> ROOT::Vc::VC__USE_NAMESPACE::cos ( const Vector< T > &  _x)
static

Definition at line 63 of file trigonometric.h.

template<typename T >
static Vc_ALWAYS_INLINE Vc_PURE Vector<T> ROOT::Vc::VC__USE_NAMESPACE::sin ( const Vector< T > &  _x)
static

Definition at line 60 of file trigonometric.h.

template<typename T >
static Vc_ALWAYS_INLINE void ROOT::Vc::VC__USE_NAMESPACE::sincos ( const Vector< T > &  _x,
Vector< T > *  _sin,
Vector< T > *  _cos 
)
static

Definition at line 66 of file trigonometric.h.