scipy.linalg.blas.ctpsv#

scipy.linalg.blas.ctpsv(n, ap, x[, incx, offx, lower, trans, diag, overwrite_x]) = <fortran function ctpsv>#

ctpsv 的包裝函式。

參數:
n輸入 int
ap輸入 秩為 1 的陣列(‘F’),具有邊界 (*)
x輸入 秩為 1 的陣列(‘F’),具有邊界 (*)
返回:
xout秩為 1 的陣列(‘F’),具有邊界 (*) 和 x 儲存空間
其他參數:
overwrite_x輸入 int,選用

預設值:0

incx輸入 int,選用

預設值:1

offx輸入 int,選用

預設值:0

lower輸入 int,選用

預設值:0

trans輸入 int,選用

預設值:0

diag輸入 int,選用

預設值:0