scipy.linalg.lapack.spbtrs#

scipy.linalg.lapack.spbtrs(ab, b[, lower, ldab, overwrite_b]) = <fortran function spbtrs>#

spbtrs 的封裝器。

參數:
ab輸入 rank-2 array(‘f’),邊界為 (ldab,n)
b輸入 rank-2 array(‘f’),邊界為 (ldb,nrhs)
回傳值:
xrank-2 array(‘f’),邊界為 (ldb,nrhs) 且為 b 儲存空間
infoint
其他參數:
lower輸入 int,選用

預設值: 0

ldab輸入 int,選用

預設值: shape(ab,0)

overwrite_b輸入 int,選用

預設值: 0