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