Class bessel_K_exp_integ_boost (o2scl)

O2scl : Class List

template<class fp_t, class internal_fp_t = fp_t>
class bessel_K_exp_integ_boost

Compute exponentially scaled modified bessel function of the second kind using Boost.

This class computes \( K_n(z) e^z\) for \( n=1,2,3 \).

Public Functions

inline fp_t K1exp(fp_t x)

Compute \( K_1(x) e^x \).

inline fp_t K2exp(fp_t x)

Compute \( K_2(x) e^x \).

inline fp_t K3exp(fp_t x)

Compute \( K_3(x) e^x \).