SciPy

scipy.linalg.blas.zhemm

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

Wrapper for zhemm.

Parameters:
alpha : input complex
a : input rank-2 array(‘D’) with bounds (lda,ka)
b : input rank-2 array(‘D’) with bounds (ldb,kb)
Returns:
c : rank-2 array(‘D’) with bounds (m,n)
Other Parameters:
 
beta : input complex, optional

Default: (0.0, 0.0)

c : input rank-2 array(‘D’) with bounds (m,n)
overwrite_c : input int, optional

Default: 0

side : input int, optional

Default: 0

lower : input int, optional

Default: 0