scipy.linalg.blas.zhemm#

scipy.linalg.blas.zhemm(alpha, a, b[, beta, c, side, lower, overwrite_c]) = <fortran function zhemm>#

zhemm 的包装器。

参数:
alphainput complex
ainput rank-2 array(‘D’) with bounds (lda,ka)
binput rank-2 array(‘D’) with bounds (ldb,kb)
返回值:
crank-2 array(‘D’) with bounds (m,n)
其他参数:
betainput complex, optional

默认值: (0.0, 0.0)

cinput rank-2 array(‘D’) with bounds (m,n)
overwrite_cinput int, optional

默认值: 0

sideinput int, optional

默认值: 0

lowerinput int, optional

默认值: 0