scipy.linalg.lapack.spbtrf#

scipy.linalg.lapack.spbtrf(ab[, lower, ldab, overwrite_ab]) = <fortran function spbtrf>#

spbtrf 的包裝函式。

參數:
ab輸入 rank-2 陣列(‘f’),邊界為 (ldab,n)
返回:
crank-2 陣列(‘f’),邊界為 (ldab,n) 且為 ab 儲存空間
infoint
其他參數:
lower輸入 int,選用

預設值:0

overwrite_ab輸入 int,選用

預設值:0

ldab輸入 int,選用

預設值:shape(ab,0)