scipy.linalg.lapack.zsytrs#
- scipy.linalg.lapack.zsytrs(a, ipiv, b[, lower, overwrite_b]) = <fortran function zsytrs>#
Wrapper for
zsytrs
.- Parameters:
- ainput rank-2 array(‘D’) with bounds (lda,n)
- ipivinput rank-1 array(‘i’) with bounds (n)
- binput rank-2 array(‘D’) with bounds (ldb,nrhs)
- Returns:
- xrank-2 array(‘D’) with bounds (ldb,nrhs) and b storage
- infoint
- Other Parameters:
- overwrite_binput int, optional
Default: 0
- lowerinput int, optional
Default: 0