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

Class to compute binomial coefficients \( \binom{n}{k} \), returns complex<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< std::complex< T > >

Class to compute binomial coefficients \( \binom{n}{k} \), returns complex<double> output.

Definition at line 9055 of file sis.hpp.

Constructor & Destructor Documentation

◆ nChoosek()

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

Definition at line 9057 of file sis.hpp.

Member Function Documentation

◆ nCk_()

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

Definition at line 9061 of file sis.hpp.

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

◆ operator()()

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

Definition at line 9059 of file sis.hpp.

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


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