cupyx.scipy.special.k0e#

cupyx.scipy.special.k0e()#

Exponentially scaled modified Bessel function K of order 0

Parameters:

x (cupy.ndarray) – argument (float)

Returns:

Value at x.

Return type:

cupy.ndarray

See also

scipy.special.k0e()