OpenGM  2.3.x
Discrete Graphical Model Library
Static Public Member Functions | List of all members
opengm::Multiplier Struct Reference

Multiplication as a binary operation. More...

#include <multiplier.hxx>

+ Collaboration diagram for opengm::Multiplier:

Static Public Member Functions

template<class T >
static T neutral ()
 neutral element (with return) More...
 
template<class T >
static void neutral (T &out)
 neutral element (call by reference) More...
 
template<class T >
static T ineutral ()
 inverse neutral element (with return) More...
 
template<class T >
static void ineutral (T &out)
 inverse neutral element (call by reference) More...
 
template<class T1 , class T2 >
static void op (const T1 &in, T2 &out)
 operation (in-place) More...
 
template<class T1 , class T2 , class T3 >
static void op (const T1 &in1, const T2 &in2, T3 &out)
 operation (not in-place) More...
 
template<class T1 , class T2 >
static void iop (const T1 &in, T2 &out)
 inverse operation (in-place) More...
 
template<class T1 , class T2 , class T3 >
static void iop (const T1 &in1, const T2 &in2, T3 &out)
 inverse operation (not in-place) More...
 
static bool hasbop ()
 bool operation flag More...
 
template<class T1 , class T2 >
static void hop (const T1 &in1, T2 &out)
 hyper-operation (not in-place) More...
 
template<class T1 , class T2 , class T3 >
static void hop (const T1 &in1, const T2 &in2, T3 &out)
 hyper-operation (not in-place) More...
 
template<class T1 , class T2 >
static void ihop (const T1 &in1, T2 &out)
 inverse hyper-operation (in-place) More...
 
template<class T1 , class T2 , class T3 >
static void ihop (const T1 &in1, const T2 &in2, T3 &out)
 inverse hyper-operation (not in-place) More...
 

Detailed Description

Multiplication as a binary operation.

Definition at line 12 of file multiplier.hxx.

Member Function Documentation

static bool opengm::Multiplier::hasbop ( )
inlinestatic

bool operation flag

Definition at line 55 of file multiplier.hxx.

template<class T1 , class T2 >
static void opengm::Multiplier::hop ( const T1 &  in1,
T2 &  out 
)
inlinestatic

hyper-operation (not in-place)

Definition at line 60 of file multiplier.hxx.

template<class T1 , class T2 , class T3 >
static void opengm::Multiplier::hop ( const T1 &  in1,
const T2 &  in2,
T3 &  out 
)
inlinestatic

hyper-operation (not in-place)

Definition at line 71 of file multiplier.hxx.

template<class T1 , class T2 >
static void opengm::Multiplier::ihop ( const T1 &  in1,
T2 &  out 
)
inlinestatic

inverse hyper-operation (in-place)

Definition at line 80 of file multiplier.hxx.

template<class T1 , class T2 , class T3 >
static void opengm::Multiplier::ihop ( const T1 &  in1,
const T2 &  in2,
T3 &  out 
)
inlinestatic

inverse hyper-operation (not in-place)

Definition at line 88 of file multiplier.hxx.

template<class T >
static T opengm::Multiplier::ineutral ( )
inlinestatic

inverse neutral element (with return)

Definition at line 26 of file multiplier.hxx.

template<class T >
static void opengm::Multiplier::ineutral ( T &  out)
inlinestatic

inverse neutral element (call by reference)

Definition at line 31 of file multiplier.hxx.

template<class T1 , class T2 >
static void opengm::Multiplier::iop ( const T1 &  in,
T2 &  out 
)
inlinestatic

inverse operation (in-place)

Definition at line 46 of file multiplier.hxx.

template<class T1 , class T2 , class T3 >
static void opengm::Multiplier::iop ( const T1 &  in1,
const T2 &  in2,
T3 &  out 
)
inlinestatic

inverse operation (not in-place)

Definition at line 51 of file multiplier.hxx.

template<class T >
static T opengm::Multiplier::neutral ( )
inlinestatic

neutral element (with return)

Definition at line 16 of file multiplier.hxx.

template<class T >
static void opengm::Multiplier::neutral ( T &  out)
inlinestatic

neutral element (call by reference)

Definition at line 21 of file multiplier.hxx.

template<class T1 , class T2 >
static void opengm::Multiplier::op ( const T1 &  in,
T2 &  out 
)
inlinestatic

operation (in-place)

Definition at line 36 of file multiplier.hxx.

template<class T1 , class T2 , class T3 >
static void opengm::Multiplier::op ( const T1 &  in1,
const T2 &  in2,
T3 &  out 
)
inlinestatic

operation (not in-place)

Definition at line 41 of file multiplier.hxx.