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

template<LogarithmBase Base>
struct ROOT::Vc::Common::LogImpl< Base >

Definition at line 70 of file logarithm.h.

Static Public Member Functions

template<typename T >
static Vc_ALWAYS_INLINE void log_series (Vector< T > &VC_RESTRICT x, typename Vector< T >::AsArg exponent)
 
static Vc_ALWAYS_INLINE void log_series (Vector< double > &VC_RESTRICT x, Vector< double >::AsArg exponent)
 
template<typename T >
static Vector< T > calc (VC_ALIGNED_PARAMETER(Vector< T >) _x)
 

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

Member Function Documentation

template<LogarithmBase Base>
template<typename T >
static Vector<T> ROOT::Vc::Common::LogImpl< Base >::calc ( VC_ALIGNED_PARAMETER(Vector< T >)  _x)
inlinestatic
template<LogarithmBase Base>
template<typename T >
static Vc_ALWAYS_INLINE void ROOT::Vc::Common::LogImpl< Base >::log_series ( Vector< T > &VC_RESTRICT  x,
typename Vector< T >::AsArg  exponent 
)
inlinestatic

Definition at line 72 of file logarithm.h.

template<LogarithmBase Base>
static Vc_ALWAYS_INLINE void ROOT::Vc::Common::LogImpl< Base >::log_series ( Vector< double > &VC_RESTRICT  x,
Vector< double >::AsArg  exponent 
)
inlinestatic

Definition at line 174 of file logarithm.h.


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