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