Classes | |
class | List2D |
class | coordLess |
class | coordMore |
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 | |||
) | [inline] |
Definition at line 586 of file transportationsolver.hxx.
OutputIteratorValue TransportSolver::copy_if | ( | InputIterator | first, | |
InputIterator | last, | |||
OutputIteratorValue | result, | |||
OutputIteratorIndex | resultIndex, | |||
UnaryPredicate | pred | |||
) | [inline] |
Definition at line 568 of file transportationsolver.hxx.
void TransportSolver::transpose | ( | const MatrixWrapper< T > & | input, | |
MatrixWrapper< T > & | result | |||
) | [inline] |
Definition at line 556 of file transportationsolver.hxx.