scipy.special.yve

scipy.special.yve(x1, x2[, out]) = <ufunc 'yve'>

yve(v,z)

Exponentially scaled Bessel function of the second kind of real order

Returns the exponentially scaled Bessel function of the second kind of real order v at complex z:

yve(v,z) = yv(v,z) * exp(-abs(z.imag))