dune-common  2.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
power.hh File Reference

Various implementations of the power function for run-time and static arguments. More...

Go to the source code of this file.

Classes

struct  Dune::StaticPower< m, p >
 Calculates m^p at compile time. More...
 
struct  Dune::StaticPower< m, 0 >
 end of recursion via specialization More...
 
struct  Dune::Power< p >
 Compute power for a run-time mantissa and a compile-time integer exponent. More...
 

Namespaces

 Dune
 Dune namespace.
 

Detailed Description

Various implementations of the power function for run-time and static arguments.