scipy.linalg.blas.ssyr#
- scipy.linalg.blas.ssyr(alpha, x[, lower, incx, offx, n, a, overwrite_a]) = <fortran function ssyr>#
ssyr
的包装器。- 参数:
- alpha输入浮点数
- x输入秩为1的数组(‘f’),边界为(*)
- 返回:
- arank-2 array(‘f’) 具有边界 (n,n)
- 其他参数:
- 下限输入 整数, 可选
默认值: 0
- incx输入 整数, 可选
默认值:1
- offx输入 整数, 可选
默认值: 0
- n输入 整数, 可选
默认值:(len(x)-1-offx)/abs(incx)+1
- a输入秩为2的数组(‘f’),范围为(n,n)
- overwrite_a输入 整数, 可选
默认值: 0