Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.kve
¶
scipy.special.
kve
(
v
,
z) returns the exponentially scaled
,
modified Bessel function of the second kind (sometimes called the third kind) for real order v at complex z: kve(v
,
z) = kv(v
,
z) * exp(z
)
= <ufunc 'kve'>
¶
Previous topic
scipy.special.kv
Next topic
scipy.special.iv
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
)
»