scipy.linalg.lapack.zhfrk#

scipy.linalg.lapack.zhfrk(n, k, alpha, a, beta, c[, transr, uplo, trans, overwrite_c]) = <fortran function zhfrk>#

zhfrk的包装器。

参数:
ninput int
kinput int
alphainput float
ainput rank-2 array(‘D’) with bounds (lda,ka)
betainput float
cinput rank-1 array(‘D’) with bounds (nt)
返回值:
coutrank-1 array(‘D’) with bounds (nt) and c storage
其他参数:
transrinput bytes, optional

默认值: ‘N’

uploinput bytes, optional

默认值: ‘U’

transinput bytes, optional

默认值: ‘N’

overwrite_cinput int, optional

默认值: 0