scipy.linalg.blas.cher#
- scipy.linalg.blas.cher(alpha, x[, lower, incx, offx, n, a, overwrite_a]) = <fortran function cher>#
cher
的包装器。- 参数::
- alpha输入复数
- x输入秩 1 数组 (‘F’) 具有边界 (*)
- 返回值::
- a秩 2 数组 (‘F’) 具有边界 (n,n)
- 其他参数::
- lower输入 int,可选
默认值:0
- incx输入 int,可选
默认值:1
- offx输入 int,可选
默认值:0
- n输入 int,可选
默认值:(len(x)-1-offx)/abs(incx)+1
- a输入秩 2 数组 (‘F’) 具有边界 (n,n)
- overwrite_a输入 int,可选
默认值:0