ROOT  6.06/09
Reference Guide
Classes | Namespaces | Enumerations | Functions
logarithm.h File Reference
#include "macros.h"
#include "undomacros.h"
+ Include dependency graph for logarithm.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Vc
 
 ROOT::Vc::Common
 

Enumerations

enum  ROOT::Vc::Common::LogarithmBase { ROOT::Vc::Common::BaseE, ROOT::Vc::Common::Base10, ROOT::Vc::Common::Base2 }
 

Functions

template<typename T >
static Vc_ALWAYS_INLINE Vc_CONST Vector< T > ROOT::Vc::Common::log (VC_ALIGNED_PARAMETER(Vector< T >) x)
 
template<typename T >
static Vc_ALWAYS_INLINE Vc_CONST Vector< T > ROOT::Vc::Common::log10 (VC_ALIGNED_PARAMETER(Vector< T >) x)
 
template<typename T >
static Vc_ALWAYS_INLINE Vc_CONST Vector< T > ROOT::Vc::Common::log2 (VC_ALIGNED_PARAMETER(Vector< T >) x)