 |
Peano
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5 template <
int base,
int exponent>
17 #define DimensionsTimesTwo (Dimensions*2)
19 #define TwoPowerD (BasePowerExponent<2,Dimensions>::value)
20 #define TwoPowerDPlusTwo (BasePowerExponent<2,Dimensions>::value+2)
21 #define TwoPowerDTimesTwoPowerD (BasePowerExponent<2,Dimensions>::value*BasePowerExponent<2,Dimensions>::value)
22 #define TwoPowerDTimesTwoPowerDMinusOne (BasePowerExponent<2,Dimensions>::value*(BasePowerExponent<2,Dimensions>::value-1))
24 #define ThreePowerD (BasePowerExponent<3,Dimensions>::value)
25 #define FourPowerD (BasePowerExponent<4,Dimensions>::value)
26 #define FivePowerD (BasePowerExponent<5,Dimensions>::value)
27 #define SevenPowerD (BasePowerExponent<7,Dimensions>::value)
28 #define NinePowerD (BasePowerExponent<9,Dimensions>::value)
30 #define TwoTimesD (2*Dimensions)
31 #define TwoTimesDTimesTwo (2*Dimensions*2)