op_pow_s32 Class Reference
[Op_misc]

#include <op_misc_proto.hpp>

List of all members.

Static Public Member Functions

template<typename T1 >
static T1 internal_pow (const T1 base, const int exponent)
static char internal_pow (const char base, const int exponent)
static unsigned char internal_pow (const unsigned char base, const int exponent)
static int internal_pow (const int base, const int exponent)
static unsigned int internal_pow (const unsigned int base, const int exponent)
template<typename T1 >
static void apply (Mat< typename T1::elem_type > &out, const Op< T1, op_pow_s32 > &in)


Detailed Description

Definition at line 104 of file op_misc_proto.hpp.