SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

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

Previous topic

scipy.linalg.lapack.dpbtrs

Next topic

scipy.linalg.lapack.zpbtrs