cupyx.scipy.special.k1e#

cupyx.scipy.special.k1e()#

Exponentially scaled modified Bessel function K of order 1

Parameters:

x (cupy.ndarray) – argument (float)

Returns:

Value at x.

Return type:

cupy.ndarray

See also

scipy.special.k1e()