Template Class incompleteGammaComputer¶
Defined in File gamma.h
Class Documentation¶
-
template<typename Real, int twoS>
class incompleteGammaComputer¶ Computes the upper incomplete Gamma function. \( \Gamma[s,x] = \int_x^\infty t^{s-1} e^{-t} \mathrm{d}t \) In this code we only need half integral arguments for \(s\), and only positive \(x\) arguments.
- Template Parameters:
Real – the floating point type to use for arithmetic.
twoS – twice the s value required.