cupyx.scipy.special.k1#

cupyx.scipy.special.k1 = <ufunc 'cupyx_scipy_special_k1'>#

Modified Bessel function of the second kind of order 1.

Parameters

x (cupy.ndarray) – argument (float)

Returns

Value of the modified Bessel function K of order 1 at x.

Return type

cupy.ndarray

See also

scipy.special.k1()