jax.scipy.special.expn#

jax.scipy.special.expn = <jax._src.custom_derivatives.custom_jvp object>[源代码]#

广义指数积分函数。

scipy.special.expn 的 JAX 实现。

\[\mathrm{expn}(x) = E_n(x) = x^{n-1}\int_x^\infty\frac{e^{-t}}{t^n}\mathrm{d}t\]
参数:
  • n (ArrayLike) – 类似数组,实数值

  • x (ArrayLike) – 类似数组,实数值

返回:

expn 值数组

返回类型:

数组