jax.numpy.i0#
- jax.numpy.i0(x) = <jax._src.custom_derivatives.custom_jvp object>[source]#
Modified Bessel function of the first kind, order 0.
LAX-backend implementation of
numpy.i0()
.Original docstring below.
Usually denoted \(I_0\).
- Parameters:
x (array_like of float) – Argument of the Bessel function.
- Returns:
out – The modified Bessel function evaluated at each of the elements of x.
- Return type:
ndarray, shape = x.shape, dtype = float
References