dune-common 2.9.0
Loading...
Searching...
No Matches
Classes | Namespaces
power.hh File Reference

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

#include <dune/common/math.hh>

Go to the source code of this file.

Classes

struct  Dune::StaticPower< b, p >
 Calculates b^p at compile time. More...
 
struct  Dune::Power< p >
 Compute power for a run-time base 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.