Spectral Integral Suite in C++
sis::nChoosek< T > Class Template Reference

Class to compute binomial coefficients \( \binom{n}{k} \) returns a double output. More...

#include <sis.hpp>

Public Member Functions

 nChoosek ()
 
operator() (int n, int k)
 
int nCk_ (int n, int k)
 

Detailed Description

template<class T>
class sis::nChoosek< T >

Class to compute binomial coefficients \( \binom{n}{k} \) returns a double output.

Definition at line 9037 of file sis.hpp.

Constructor & Destructor Documentation

◆ nChoosek()

template<class T>
sis::nChoosek< T >::nChoosek ( )
inline

Definition at line 9039 of file sis.hpp.

Member Function Documentation

◆ nCk_()

template<class T>
int sis::nChoosek< T >::nCk_ ( int  n,
int  k 
)
inline

◆ operator()()

template<class T>
T sis::nChoosek< T >::operator() ( int  n,
int  k 
)
inline

Definition at line 9041 of file sis.hpp.

References sis::nChoosek< T >::nCk_().


The documentation for this class was generated from the following file: