scipy.linalg.blas.ctpmv#
- scipy.linalg.blas.ctpmv(n, ap, x[, incx, offx, lower, trans, diag, overwrite_x]) = <fortran function ctpmv>#
ctpmv
的包装器。- 参数:
- 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