scipy.linalg.blas.zher2k
-
scipy.linalg.blas.zher2k = <fortran object>
- zher2k - Function signature:
- c = zher2k(alpha,a,b,[beta,c,trans,lower,overwrite_c])
- Required arguments:
- alpha : input complex
a : input rank-2 array(‘D’) with bounds (lda,ka)
b : input rank-2 array(‘D’) with bounds (ldb,kb)
- Optional arguments:
- beta := (0.0, 0.0) input complex
c : input rank-2 array(‘D’) with bounds (n,n)
overwrite_c := 0 input int
trans := 0 input int
lower := 0 input int
- Return objects:
- c : rank-2 array(‘D’) with bounds (n,n)