MADNESS  version 0.9
Classes | Namespaces | Functions
power.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  madness::detail::helper< T, N >
 
struct  madness::detail::helper< T, 1 >
 
struct  madness::detail::helper< T, 0 >
 

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 
 madness::detail
 

Functions

template<int D>
int madness::power (int base=2)
 
template<>
int madness::power< 0 > (int base)
 
template<>
int madness::power< 1 > (int base)
 
template<>
int madness::power< 2 > (int base)
 
template<>
int madness::power< 3 > (int base)
 
template<>
int madness::power< 4 > (int base)
 
template<>
int madness::power< 5 > (int base)
 
template<>
int madness::power< 6 > (int base)
 
template<>
int madness::power< 7 > (int base)
 
template<>
int madness::power< 8 > (int base)
 
template<>
int madness::power< 9 > (int base)
 
template<>
int madness::power< 10 > (int base)
 
template<>
int madness::power< 12 > (int base)
 
template<int N, class T >
madness::power (T const x)