Spectral Integral Suite in C++
|
Class to compute binomial coefficients \( \binom{n}{k} \), returns complex<double> output. More...
#include <sis.hpp>
Public Member Functions | |
nChoosek () | |
T | operator() (int n, int k) |
int | nCk_ (int n, int k) |
Class to compute binomial coefficients \( \binom{n}{k} \), returns complex<double> output.
|
inline |
|
inline |
Definition at line 9061 of file sis.hpp.
References sis::nChoosek< T >::nCk_().
|
inline |
Definition at line 9059 of file sis.hpp.
References sis::nChoosek< T >::nCk_().