scipy.linalg.blas.csyr#

scipy.linalg.blas.csyr(alpha, x[, lower, incx, offx, n, a, overwrite_a]) = <fortran function csyr>#

csyr 的封装。

参数:
alpha输入复杂
x输入秩为1的数组(‘F’),边界为(*)
返回:
a秩为2的数组(‘F’),边界为(n,n)
其他参数:
下限输入 整数, 可选

默认值: 0

incx输入 整数, 可选

默认值:1

offx输入 整数, 可选

默认值: 0

n输入 整数, 可选

默认值:(len(x)-1-offx)/abs(incx)+1

a输入秩为2的数组(‘F’),边界为(n,n)
overwrite_a输入 整数, 可选

默认值: 0