cupyx.scipy.special.k0#
- cupyx.scipy.special.k0()#
Modified Bessel function of the second kind of order 0.
- Parameters:
x (cupy.ndarray) – argument (float)
- Returns:
Value of the modified Bessel function K of order 0 at x.
- Return type:
See also
scipy.special.k0()