zhemm (3) Linux Manual Page
zhemm.f – Synopsis Functions/Subroutines subroutine zhemm (SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC) ZHEMM Function/Subroutine Documentation subroutine zhemm (characterSIDE, characterUPLO, integerM, integerN, complex*16ALPHA, complex*16, dimension(lda,*)A, integerLDA, complex*16, dimension(ldb,*)B, integerLDB, complex*16BETA, complex*16, dimension(ldc,*)C, integerLDC) ZHEMM Purpose: ZHEMM performs one of the matrix-matrix operations C := alpha*A*B + beta*C, or C :=…
