Template Struct incompleteGammaRecursion

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}\)

Public Static Functions

static inline Real compute(Real x)