scipy.linalg.lapack.cpftrs#

scipy.linalg.lapack.cpftrs(n, a, b[, transr, uplo, overwrite_b]) = <fortran function cpftrs>#

用於 cpftrs 的包裝函式 (Wrapper)。

參數:
n輸入 int
a輸入 rank-1 陣列(‘F’),邊界 (nt)
b輸入 rank-2 陣列(‘F’),邊界 (ldb,nhrs)
回傳值:
xrank-2 陣列(‘F’),邊界 (ldb,nhrs) 及 b 儲存空間
infoint
其他參數:
transr輸入 bytes,選填

預設值:‘N’

uplo輸入 bytes,選填

預設值:‘U’

overwrite_b輸入 int,選填

預設值:0