jax.scipy.special.expn#

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

广义指数积分函数。

JAX 对 scipy.special.expn 的实现。

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

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

返回:

expn 值数组

返回类型:

Array