F06ZRF (ZHER2K) performs one of the Hermitian rank-
update operations
where
and
are complex matrices,
is an
by
complex Hermitian matrix,
is a complex scalar, and
is a real scalar.
SUBROUTINE F06ZRF ( |
UPLO, TRANS, N, K, ALPHA, A, LDA, B, LDB, BETA, C, LDC) |
INTEGER |
N, K, LDA, LDB, LDC |
REAL (KIND=nag_wp) |
BETA |
COMPLEX (KIND=nag_wp) |
ALPHA, A(LDA,*), B(LDB,*), C(LDC,*) |
CHARACTER(1) |
UPLO, TRANS |
|
None.
None.
None.
Not applicable.
None.
None.