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