scipy.linalg.lapack.cpttrf#

scipy.linalg.lapack.cpttrf(d, e[, overwrite_d, overwrite_e]) = <fortran function cpttrf>#

cpttrf 的包裝函式。

參數:
d輸入 rank-1 陣列(‘f’),邊界為 (n)
e輸入 rank-1 陣列(‘F’),邊界為 ((n > 0?-1 + n:0))
返回:
drank-1 陣列(‘f’),邊界為 (n)
erank-1 陣列(‘F’),邊界為 ((n > 0?-1 + n:0))
infoint
其他參數:
overwrite_d輸入 int,選填

預設值:0

overwrite_e輸入 int,選填

預設值:0