scipy.linalg.lapack.dpbsv#
- scipy.linalg.lapack.dpbsv(ab, b[, lower, ldab, overwrite_ab, overwrite_b]) = <fortran function dpbsv>#
dpbsv
的包裝函式。- 參數:
- abinput rank-2 array(‘d’) with bounds (ldab,n)
- binput rank-2 array(‘d’) with bounds (ldb,nrhs)
- 返回:
- crank-2 array(‘d’) with bounds (ldab,n) and ab storage
- xrank-2 array(‘d’) with bounds (ldb,nrhs) and b storage
- infoint
- 其他參數:
- lowerinput int, optional
預設值: 0
- overwrite_abinput int, optional
預設值: 0
- ldabinput int, optional
預設值: shape(ab,0)
- overwrite_binput int, optional
預設值: 0