HOG2
|
Go to the source code of this file.
Classes | |
class | Combinations< N > |
Functions | |
constexpr uint64_t | ConstFactorial (int n) |
constexpr uint64_t | ConstChooseHelper (int n, int k) |
constexpr uint64_t | ConstChoose (int n, int k) |
|
constexpr |
Definition at line 21 of file Combinations.h.
References ConstChooseHelper(), and ConstFactorial().
Referenced by Combinations< N >::MaxRank(), Combinations< N >::RankHelper(), and Combinations< N >::UnrankHelper().
|
constexpr |
Definition at line 16 of file Combinations.h.
Referenced by ConstChoose().
|
constexpr |
Definition at line 11 of file Combinations.h.
Referenced by ConstChoose(), Permutations< N >::MaxRank(), Permutations< N >::Rank(), and Permutations< N >::Unrank().