symm_ performs one of the matrix-matrix operations
C := alpha*A*B + beta*C,
where op( X ) is one of
C := alpha*B*A + beta*C,
alpha and beta are scalars, A is a symmetric matrix and B and C are m ⨉ n matrices..
symm_
See Implementation
symm_ performs one of the matrix-matrix operations
C := alpha*A*B + beta*C,
where op( X ) is one of
C := alpha*B*A + beta*C,
alpha and beta are scalars, A is a symmetric matrix and B and C are m ⨉ n matrices..