* Matrix-vector product with a real symmetric matrix. (L2) Computes with A real symmetric of order n. Y := alpha*A*X + beta*Y ARGUMENTS A float or complex n*n matrix X float or complex n*1 matrix Y float or complex n*1 matrix alpha number (float or complex
(A, X, Y matrix.Matrix, alpha, beta matrix.Scalar, opts ...linalg.Option)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected