F06ZCF (ZHEMM) performs one of the matrix-matrix operations
where
is a complex Hermitian matrix,
and
are
by
complex matrices, and
and
are complex scalars.
SUBROUTINE F06ZCF ( |
SIDE, UPLO, M, N, ALPHA, A, LDA, B, LDB, BETA, C, LDC) |
INTEGER |
M, N, LDA, LDB, LDC |
COMPLEX (KIND=nag_wp) |
ALPHA, A(LDA,*), B(LDB,*), BETA, C(LDC,*) |
CHARACTER(1) |
SIDE, UPLO |
|
None.
None.
None.
Not applicable.
None.
None.