Template Struct incompleteGammaRecursion¶
Defined in File gamma.h
Struct Documentation¶
-
template<typename Real, int twoS, bool isPositive>
struct incompleteGammaRecursion¶ Compute upper incomplete gamma functions for positive half-integral s values using the recursion \( \Gamma[\frac{\mathrm{twoS}}{2},x] = \Gamma[\frac{\mathrm{twoS}-2}{2},x] + x^{\frac{\mathrm{twoS}-2}{2}}e^{-x}\)