OpenGM  2.3.x
Discrete Graphical Model Library
Namespaces | Functions
unsigned_integer_pow.hxx File Reference

Provides implementation for the power function of unsigned integer values. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 opengm
 The OpenGM namespace.
 

Functions

size_t opengm::unsignedIntegerPow (size_t base, size_t exponent)
 Unsigned integer power function. More...
 

Detailed Description

Provides implementation for the power function of unsigned integer values.

Definition in file unsigned_integer_pow.hxx.