Code-Eli  0.3.6
eli::mutil::dm Namespace Reference

Functions

template<typename data__ , typename natural__ >
void n_choose_k (data__ &v, natural__ n, natural__ k)
 
template<typename data__ , typename natural__ >
void binomial_coefficient (data__ &v, const data__ &n, natural__ k)
 
template<typename data__ , typename natural__ >
void binomial_coefficient (data__ &v, natural__ n, natural__ k)
 
template<typename it__ , typename comp__ >
bool next_combination (const it__ itb, it__ itk, const it__ ite, comp__ comp)
 
template<typename it__ >
bool next_combination (const it__ itb, it__ itk, const it__ ite)
 
template<typename data__ , typename natural__ >
void factorial (data__ &val, natural__ n)
 

Function Documentation

template<typename data__ , typename natural__ >
void eli::mutil::dm::binomial_coefficient ( data__ &  v,
const data__ &  n,
natural__  k 
)
template<typename data__ , typename natural__ >
void eli::mutil::dm::binomial_coefficient ( data__ &  v,
natural__  n,
natural__  k 
)

Here is the call graph for this function:

template<typename data__ , typename natural__ >
void eli::mutil::dm::factorial ( data__ &  val,
natural__  n 
)
template<typename data__ , typename natural__ >
void eli::mutil::dm::n_choose_k ( data__ &  v,
natural__  n,
natural__  k 
)
template<typename it__ , typename comp__ >
bool eli::mutil::dm::next_combination ( const it__  itb,
it__  itk,
const it__  ite,
comp__  comp 
)

Here is the call graph for this function:

template<typename it__ >
bool eli::mutil::dm::next_combination ( const it__  itb,
it__  itk,
const it__  ite 
)

Here is the call graph for this function: