scipy.linalg.lapack.cpttrs#

scipy.linalg.lapack.cpttrs(d, e, b[, lower, overwrite_b]) = <fortran function cpttrs>#

cpttrs 的包裝函式。

參數::
d輸入 rank-1 陣列(‘f’),邊界為 (n)
e輸入 rank-1 陣列(‘F’),邊界為 ((n > 0?-1 + n:0))
b輸入 rank-2 陣列(‘F’),邊界為 (ldb,nrhs)
回傳值::
xrank-2 陣列(‘F’),邊界為 (ldb,nrhs) 且為 b 儲存空間
infoint
其他參數::
lower輸入 int,選用

預設值:0

overwrite_b輸入 int,選用

預設值:0