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输入 整数, 可选
默认值: 0
- offx输入 整数, 可选
默认值: 0
- incx输入 整数, 可选
默认值:1
- 下限输入 整数, 可选
默认值: 0
- trans输入 整数, 可选
默认值: 0
- diag输入 整数, 可选
默认值: 0