scipy.linalg.blas.cher2k#
- scipy.linalg.blas.cher2k(alpha, a, b[, beta, c, trans, lower, overwrite_c]) = <fortran function cher2k>#
用于
cher2k
的包装器。- 参数::
- alpha输入复数
- a输入秩为 2 的数组(‘F’) 且 bounds 为 (lda,ka)
- b输入秩为 2 的数组(‘F’) 且 bounds 为 (ldb,kb)
- 返回值::
- c秩为 2 的数组(‘F’) 且 bounds 为 (n,n)
- 其他参数::
- beta输入复数,可选
默认值:(0.0, 0.0)
- c输入秩为 2 的数组(‘F’) 且 bounds 为 (n,n)
- overwrite_c输入整数,可选
默认值:0
- trans输入整数,可选
默认值:0
- lower输入整数,可选
默认值:0