scipy.linalg.blas.zher2k#

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

zher2k 的封裝器。

參數:
alphainput complex (輸入複數)
ainput rank-2 array(‘D’) with bounds (lda,ka) (輸入秩為 2 的陣列(‘D’),邊界為 (lda,ka))
binput rank-2 array(‘D’) with bounds (ldb,kb) (輸入秩為 2 的陣列(‘D’),邊界為 (ldb,kb))
返回:
crank-2 array(‘D’) with bounds (n,n) (秩為 2 的陣列(‘D’),邊界為 (n,n))
其他參數:
betainput complex, optional (輸入複數,選填)

預設值: (0.0, 0.0)

cinput rank-2 array(‘D’) with bounds (n,n) (輸入秩為 2 的陣列(‘D’),邊界為 (n,n))
overwrite_cinput int, optional (輸入整數,選填)

預設值: 0

transinput int, optional (輸入整數,選填)

預設值: 0

lowerinput int, optional (輸入整數,選填)

預設值: 0