ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | 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< Tsin (const Vector< T > &_x)
 
template<typename T >
static Vector< Tcos (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< Tasin (const Vector< T > &_x)
 
template<typename T >
static Vector< Tatan (const Vector< T > &_x)
 
template<typename T >
static Vector< Tatan2 (const Vector< T > &y, const Vector< T > &x)
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/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: