mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-10-20 03:51:06 +08:00

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.