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 Kn(z)ez for n=1,2,3.

Public Functions

inline fp_t K1exp(fp_t x)

Compute K1(x)ex.

inline fp_t K2exp(fp_t x)

Compute K2(x)ex.

inline fp_t K3exp(fp_t x)

Compute K3(x)ex.