|
OpenGM
2.3.x
Discrete Graphical Model Library
|
Classes | |
| class | coordLess |
| class | coordMore |
| class | List2D |
| class | MatrixWrapper |
| class | TransportationSolver |
Functions | |
| template<class T > | |
| void | transpose (const MatrixWrapper< T > &input, MatrixWrapper< T > &result) |
| template<class InputIterator , class OutputIteratorValue , class OutputIteratorIndex , class UnaryPredicate > | |
| OutputIteratorValue | copy_if (InputIterator first, InputIterator last, OutputIteratorValue result, OutputIteratorIndex resultIndex, UnaryPredicate pred) |
| template<class Iterator , class T > | |
| T | _Normalize (Iterator begin, Iterator end, T initialValue) |
| T TransportSolver::_Normalize | ( | Iterator | begin, |
| Iterator | end, | ||
| T | initialValue | ||
| ) |
Definition at line 589 of file transportationsolver.hxx.
Here is the caller graph for this function:| OutputIteratorValue TransportSolver::copy_if | ( | InputIterator | first, |
| InputIterator | last, | ||
| OutputIteratorValue | result, | ||
| OutputIteratorIndex | resultIndex, | ||
| UnaryPredicate | pred | ||
| ) |
Definition at line 571 of file transportationsolver.hxx.
| void TransportSolver::transpose | ( | const MatrixWrapper< T > & | input, |
| MatrixWrapper< T > & | result | ||
| ) |
Definition at line 559 of file transportationsolver.hxx.
Here is the call graph for this function:
Here is the caller graph for this function:
1.8.9.1