|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <functional>#include <numeric>#include <string>#include <stdexcept>#include <cmath>#include <sstream>
Include dependency graph for utilities2.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| opengm | |
| The OpenGM namespace. | |
| opengm::trws_base | |
Functions | |
| template<class AnyType > | |
| std::string | opengm::trws_base::any2string (const AnyType &any) |
| template<class InputIterator , class UnaryOperator > | |
| InputIterator | opengm::trws_base::transform_inplace (InputIterator first, InputIterator last, UnaryOperator op) |
| void | opengm::trws_base::exception_check (bool condition, const std::string &str) |
| template<class Matrix , class OutputIterator , class Pseudo2DArray > | |
| OutputIterator | opengm::trws_base::copy_transpose (const Matrix *src, size_t totalsize, OutputIterator outBegin, size_t rowlength, Pseudo2DArray &arr2d) |
| template<class T > | |
| srcIterator< T > | opengm::trws_base::operator+ (const srcIterator< T > &it, size_t offset) |
| template<class Object > | |
| void | opengm::trws_base::DeallocatePointer (Object *p) |
1.8.9.1