|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#include <iostream>#include <numeric>#include <utility>#include <queue>#include <algorithm>#include <functional>#include <stdexcept>#include <iomanip>#include <cassert>#include <cmath>#include <list>#include <limits>
Include dependency graph for transportationsolver.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| TransportSolver | |
Functions | |
| template<class T > | |
| void | TransportSolver::transpose (const MatrixWrapper< T > &input, MatrixWrapper< T > &result) |
| template<class InputIterator , class OutputIteratorValue , class OutputIteratorIndex , class UnaryPredicate > | |
| OutputIteratorValue | TransportSolver::copy_if (InputIterator first, InputIterator last, OutputIteratorValue result, OutputIteratorIndex resultIndex, UnaryPredicate pred) |
| template<class Iterator , class T > | |
| T | TransportSolver::_Normalize (Iterator begin, Iterator end, T initialValue) |
1.8.9.1