* Matrix-matrix product where one matrix is symmetric. (L3) Computes C := alpha*A*B + beta*C, if side is PLeft C := alpha*B*A + beta*C, if side is PRight C is m by n and A is real symmetric. ARGUMENTS A float or complex matrix B float or complex matrix. C flo
(A, B, C matrix.Matrix, alpha, beta matrix.Scalar, opts ...linalg.Option)
source not stored for this graph (policy: none)
no test coverage detected