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