scipy.linalg.lapack.zpbtrs#
- scipy.linalg.lapack.zpbtrs(ab, b[, lower, ldab, overwrite_b]) = <fortran function zpbtrs>#
- Wrapper for - zpbtrs.- Parameters:
- abinput rank-2 array(‘D’) with bounds (ldab,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:
- lowerinput int, optional
- Default: 0 
- ldabinput int, optional
- Default: shape(ab,0) 
- overwrite_binput int, optional
- Default: 0