scipy.linalg.blas.ctrmv#

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

用于 ctrmv 的包装器。

参数:
a输入秩为 2 的数组(‘F’) 范围为 (n,n)
x输入秩为 1 的数组(‘F’) 范围为 (*)
返回值:
x秩为 1 的数组(‘F’) 范围为 (*)
其他参数:
overwrite_x输入 int,可选

默认值: 0

offx输入 int,可选

默认值: 0

incx输入 int,可选

默认值: 1

lower输入 int,可选

默认值: 0

trans输入 int,可选

默认值: 0

diag输入 int,可选

默认值: 0