ROOT  6.06/09
Reference Guide
Static Public Member Functions | List of all members
ROOT::Vc::Trigonometric< Impl > Struct Template Reference

template<typename Impl>
struct ROOT::Vc::Trigonometric< Impl >

Definition at line 48 of file trigonometric.h.

Static Public Member Functions

template<typename T >
static Vector< T > sin (const Vector< T > &_x)
 
template<typename T >
static Vector< T > cos (const Vector< T > &_x)
 
template<typename T >
static void sincos (const Vector< T > &_x, Vector< T > *_sin, Vector< T > *_cos)
 
template<typename T >
static Vector< T > asin (const Vector< T > &_x)
 
template<typename T >
static Vector< T > atan (const Vector< T > &_x)
 
template<typename T >
static Vector< T > atan2 (const Vector< T > &y, const Vector< T > &x)
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/common/trigonometric.h>

Member Function Documentation

template<typename Impl >
template<typename T >
static Vector<T> ROOT::Vc::Trigonometric< Impl >::asin ( const Vector< T > &  _x)
static
template<typename Impl >
template<typename T >
static Vector<T> ROOT::Vc::Trigonometric< Impl >::atan ( const Vector< T > &  _x)
static
template<typename Impl >
template<typename T >
static Vector<T> ROOT::Vc::Trigonometric< Impl >::atan2 ( const Vector< T > &  y,
const Vector< T > &  x 
)
static
template<typename Impl >
template<typename T >
static Vector<T> ROOT::Vc::Trigonometric< Impl >::cos ( const Vector< T > &  _x)
static
template<typename Impl >
template<typename T >
static Vector<T> ROOT::Vc::Trigonometric< Impl >::sin ( const Vector< T > &  _x)
static
template<typename Impl >
template<typename T >
static void ROOT::Vc::Trigonometric< Impl >::sincos ( const Vector< T > &  _x,
Vector< T > *  _sin,
Vector< T > *  _cos 
)
static

The documentation for this struct was generated from the following file: