From f216854453887f31ac02ffefb7a7a569dc3fa54d Mon Sep 17 00:00:00 2001 From: Michael Figurnov Date: Thu, 31 May 2018 15:34:53 +0100 Subject: Exponentially scaled modified Bessel functions of order zero and one. The functions are conventionally called i0e and i1e. The exponentially scaled version is more numerically stable. The standard Bessel functions can be obtained as i0(x) = exp(|x|) i0e(x) The code is ported from Cephes and tested against SciPy. --- unsupported/Eigen/SpecialFunctions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unsupported/Eigen/SpecialFunctions') diff --git a/unsupported/Eigen/SpecialFunctions b/unsupported/Eigen/SpecialFunctions index a2ad4925e..482ec6e6f 100644 --- a/unsupported/Eigen/SpecialFunctions +++ b/unsupported/Eigen/SpecialFunctions @@ -34,6 +34,8 @@ namespace Eigen { * - polygamma * - zeta * - betainc + * - i0e + * - i1e * * \code * #include -- cgit v1.2.3