|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Functions | |
| template<class Factor > | |
| bool | dependsOnVariable (const Factor &f, typename Factor::IndexType varId) |
| template<class T , class Iterator , class Comp > | |
| T | _MaxNormalize_inplace (Iterator begin, Iterator end, T init, Comp comp) |
| template<class T , class InputIterator , class OutputIterator , class Comp > | |
| T | _MaxNormalize (InputIterator begin, InputIterator end, OutputIterator outBegin, T init, Comp comp) |
| template<class Iterator , class T > | |
| T | _MulNormalize (Iterator begin, Iterator end, T initialValue) |
| template<class AnyType > | |
| std::string | any2string (const AnyType &any) |
| template<class InputIterator , class UnaryOperator > | |
| InputIterator | transform_inplace (InputIterator first, InputIterator last, UnaryOperator op) |
| void | exception_check (bool condition, const std::string &str) |
| template<class Matrix , class OutputIterator , class Pseudo2DArray > | |
| OutputIterator | copy_transpose (const Matrix *src, size_t totalsize, OutputIterator outBegin, size_t rowlength, Pseudo2DArray &arr2d) |
| template<class T > | |
| srcIterator< T > | operator+ (const srcIterator< T > &it, size_t offset) |
| template<class Object > | |
| void | DeallocatePointer (Object *p) |
| T opengm::trws_base::_MaxNormalize | ( | InputIterator | begin, |
| InputIterator | end, | ||
| OutputIterator | outBegin, | ||
| T | init, | ||
| Comp | comp | ||
| ) |
Definition at line 937 of file trws_subproblemsolver.hxx.
Here is the caller graph for this function:| T opengm::trws_base::_MaxNormalize_inplace | ( | Iterator | begin, |
| Iterator | end, | ||
| T | init, | ||
| Comp | comp | ||
| ) |
Definition at line 746 of file trws_subproblemsolver.hxx.
Here is the call graph for this function:
Here is the caller graph for this function:| T opengm::trws_base::_MulNormalize | ( | Iterator | begin, |
| Iterator | end, | ||
| T | initialValue | ||
| ) |
Definition at line 945 of file trws_subproblemsolver.hxx.
Here is the caller graph for this function:| std::string opengm::trws_base::any2string | ( | const AnyType & | any | ) |
| OutputIterator opengm::trws_base::copy_transpose | ( | const Matrix * | src, |
| size_t | totalsize, | ||
| OutputIterator | outBegin, | ||
| size_t | rowlength, | ||
| Pseudo2DArray & | arr2d | ||
| ) |
| void opengm::trws_base::DeallocatePointer | ( | Object * | p | ) |
Definition at line 246 of file utilities2.hxx.
| bool opengm::trws_base::dependsOnVariable | ( | const Factor & | f, |
| typename Factor::IndexType | varId | ||
| ) |
Definition at line 230 of file trws_decomposition.hxx.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| srcIterator<T> opengm::trws_base::operator+ | ( | const srcIterator< T > & | it, |
| size_t | offset | ||
| ) |
Definition at line 187 of file utilities2.hxx.
| InputIterator opengm::trws_base::transform_inplace | ( | InputIterator | first, |
| InputIterator | last, | ||
| UnaryOperator | op | ||
| ) |
1.8.9.1