ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | List of all members
exponentToMultiplier< e, center > Struct Template Reference

template<int e, int center>
struct exponentToMultiplier< e, center >

Definition at line 249 of file macros.h.

Public Types

enum  Values__ { X = exponentToMultiplier<e - 1, center>::X * ((e - center < 31) ? 2 : 1), Value = (X == 0 ? 1 : X) }
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/vc/include/Vc/common/macros.h>

Member Enumeration Documentation

template<int e, int center>
enum exponentToMultiplier::Values__
Enumerator
X 
Value 

Definition at line 249 of file macros.h.


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