scipy.linalg.lapack.chegst¶
-
scipy.linalg.lapack.
chegst
(a, b[, itype, lower, overwrite_a]) = <fortran object>¶ Wrapper for
chegst
.Parameters: - a : input rank-2 array(‘F’) with bounds (n,n)
- b : input rank-2 array(‘F’) with bounds (n,n)
Returns: - c : rank-2 array(‘F’) with bounds (n,n) and a storage
- info : int
Other Parameters: - overwrite_a : input int, optional
Default: 0
- itype : input int, optional
Default: 1
- lower : input int, optional
Default: 0