libcrn
3.9.5
A document image processing library
|
#include <CRN.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
crn | |
crn::Combinatorics | |
Combinatorics toolbox. | |
Functions | |
int | crn::Combinatorics::CountCombinations (int n, int p) noexcept |
![]() | |
int | crn::Combinatorics::CountArrangements (int n, int p) noexcept |
![]() | |
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 >()) |