chickadee » blas » zher2k

zher2k:: ORDER * UPLO * TRANS * N * K * ALPHA * A * B * BETA * C [LDA * LDB * LDC] -> F64VECTOR procedure

xHER2K performs one of the hermitian rank 2k operations C := alpha*A*conjg(B') + beta*C or C := alpha*conjg(B')*A + beta*C.

ALPHA and BETA are scalars, A and B are N x K or K x N matrices, and C is an N x N hermitian matrix.