HOG2
Classes | Functions
Combinations.h File Reference
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ ConstChoose()

constexpr uint64_t ConstChoose ( int  n,
int  k 
)
constexpr

◆ ConstChooseHelper()

constexpr uint64_t ConstChooseHelper ( int  n,
int  k 
)
constexpr

Definition at line 16 of file Combinations.h.

Referenced by ConstChoose().

◆ ConstFactorial()

constexpr uint64_t ConstFactorial ( int  n)
constexpr