scipy.linalg.lapack.zheevx#
- scipy.linalg.lapack.zheevx(a[, compute_v, range, lower, vl, vu, il, iu, abstol, lwork, overwrite_a]) = <fortran function zheevx>#
`zheevx` 的包裝函式。
- 參數:
- ainput rank-2 array(‘D’) with bounds
(n,n)
- ainput rank-2 array(‘D’) with bounds
- 返回值:
- wrank-1 array(‘d’) with bounds
(n)
- zrank-2 array(‘D’) with bounds
(compute_v * n,(compute_v?(range == 'I'?1 - il + iu:MAX(1, n)):0))
- mint
- ifailrank-1 array(‘i’) with bounds
(compute_v * n)
- infoint
- wrank-1 array(‘d’) with bounds
- 其他參數:
- compute_vinput int, optional
預設值
1
- rangeinput bytes, optional
預設值
'A'
- lowerinput int, optional
預設值
0
- overwrite_ainput int, optional
預設值
0
- vlinput float, optional
預設值
0.0
- vuinput float, optional
預設值
1.0
- ilinput int, optional
預設值
1
- iuinput int, optional
預設值
n
- abstolinput float, optional
預設值
0.0
- lworkinput int, optional
預設值
max(2*n,1)