jax.scipy.special.i1e#
- jax.scipy.special.i1e(x)[源代码]#
一阶指数缩放的修正贝塞尔函数。
scipy.special.i1e
的 JAX 实现。\[\mathrm{i1e}(x) = e^{-|x|} I_1(x)\]其中 \(I_1(x)\) 是修正的贝塞尔函数
i1()
。- 参数:
x (ArrayLike) – 数组,实数值
- 返回:
贝塞尔函数值的数组
- 返回类型:
一阶指数缩放的修正贝塞尔函数。
scipy.special.i1e
的 JAX 实现。
其中 \(I_1(x)\) 是修正的贝塞尔函数 i1()
。
x (ArrayLike) – 数组,实数值
贝塞尔函数值的数组