scipy.linalg.blas.ctrmv#

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

ctrmv 的包装器。

参数:
a输入秩为 2 的数组('F'),边界为 (n,n)
x输入秩为 1 的数组('F'),边界为 (*)
返回:
x秩为 1 的数组('F'),边界为 (*)
其他参数:
overwrite_x输入整数,可选

默认值:0

offx输入整数,可选

默认值:0

incx输入整数,可选

默认值:1

lower输入整数,可选

默认值:0

trans输入整数,可选

默认值:0

diag输入整数,可选

默认值:0