Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.yve
¶
scipy.special.
yve
(
v
,
z) 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)
)
= <ufunc 'yve'>
¶
Previous topic
scipy.special.yv
Next topic
scipy.special.kn
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»