This is documentation for an old release of SciPy (version 0.17.0). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.lapack.dsygvx¶
- scipy.linalg.lapack.dsygvx = <fortran object>¶
- dsygvx - Function signature:
- w,z,ifail,info = dsygvx(a,b,iu,[itype,jobz,uplo,il,lwork,overwrite_a,overwrite_b])
- Required arguments:
- a : input rank-2 array(‘d’) with bounds (n,n) b : input rank-2 array(‘d’) with bounds (n,n) iu : input int
- Optional arguments:
- itype := 1 input int jobz := ‘V’ input string(len=1) uplo := ‘L’ input string(len=1) overwrite_a := 0 input int overwrite_b := 0 input int il := 1 input int lwork := 8*n input int
- Return objects:
- w : rank-1 array(‘d’) with bounds (n) z : rank-2 array(‘d’) with bounds (n,m) ifail : rank-1 array(‘i’) with bounds (n) info : int