dune-common  2.3.1
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

namespace  Dune
 Dune namespace.

Detailed Description

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