scipy.linalg.lapack.cpbtrs#
- scipy.linalg.lapack.cpbtrs(ab, b[, lower, ldab, overwrite_b]) = <fortran object>#
Wrapper for
cpbtrs
.- Parameters
- abinput rank-2 array(‘F’) with bounds (ldab,n)
- binput rank-2 array(‘F’) with bounds (ldb,nrhs)
- Returns
- xrank-2 array(‘F’) 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