OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Namespaces | Functions
trws_subproblemsolver.hxx File Reference
#include <iostream>
#include <list>
#include <algorithm>
#include <utility>
#include <functional>
#include <valarray>
#include <opengm/inference/trws/utilities2.hxx>
#include <opengm/functions/view_fix_variables_function.hxx>
+ Include dependency graph for trws_subproblemsolver.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opengm::trws_base::SequenceStorage< GM >
 
class  opengm::trws_base::FunctionParameters< GM >
 
class  opengm::trws_base::DynamicProgramming< GM, ACC, InputIterator >
 
class  opengm::trws_base::MaxSumSolver< GM, ACC, InputIterator >
 
struct  opengm::trws_base::compToValue< T, ACC >
 
class  opengm::trws_base::SumProdSolver< GM, ACC, InputIterator >
 
struct  opengm::trws_base::thresholdMulAndExp< T, ACC >
 

Namespaces

 opengm
 The OpenGM namespace.
 
 opengm::trws_base
 

Functions

template<class T , class Iterator , class Comp >
opengm::trws_base::_MaxNormalize_inplace (Iterator begin, Iterator end, T init, Comp comp)
 
template<class T , class InputIterator , class OutputIterator , class Comp >
opengm::trws_base::_MaxNormalize (InputIterator begin, InputIterator end, OutputIterator outBegin, T init, Comp comp)
 
template<class Iterator , class T >
opengm::trws_base::_MulNormalize (Iterator begin, Iterator end, T initialValue)