scipy.linalg.blas.ctrmv#
- scipy.linalg.blas.ctrmv(a, x[, offx, incx, lower, trans, diag, overwrite_x]) = <fortran function ctrmv>#
ctrmv
的包裝函式。- 參數:
- a輸入 rank-2 陣列(‘F’),邊界為 (n,n)
- x輸入 rank-1 陣列(‘F’),邊界為 (*)
- 返回:
- xrank-1 陣列(‘F’),邊界為 (*)
- 其他參數:
- overwrite_x輸入 int,選用
預設值:0
- offx輸入 int,選用
預設值:0
- incx輸入 int,選用
預設值:1
- lower輸入 int,選用
預設值:0
- trans輸入 int,選用
預設值:0
- diag輸入 int,選用
預設值:0