BACK
symm: Symmetric Matrix Multiplication
General form of the operation:
C := α A B + β C
(
A
to left of
C
)
or
C := α B A + β C
(
A
to right of
C
)
where
A
is symmetric,
stored in only the upper or lower triangular part of
A
C
:
Special structure:
none
α
:
value:
A
:
Special structure:
symmetric
Stored in:
Side:
B
:
Special structure:
none
β
:
value: