|
libcrn
3.9.5
A document image processing library
|
#include <CRN.h>#include <vector>
Include dependency graph for CRNCombinatorics.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| crn | |
| crn::Combinatorics | |
| Combinatorics toolbox. | |
Functions | |
| int | crn::Combinatorics::CountCombinations (int n, int p) noexcept |
More... | |
| int | crn::Combinatorics::CountArrangements (int n, int p) noexcept |
More... | |
| template<class ITER , class CMP > | |
| std::vector< typename std::iterator_traits< ITER > ::value_type > | crn::Combinatorics::Minimals (ITER i_begin, ITER i_end, CMP comp=std::less< typename std::iterator_traits< ITER >::value_type >()) |
1.8.6