* Matrix-vector product with a real symmetric or complex Hermitian matrix. (L2) Hemv(A, X, Y, alpha=1.0, beta=0.0, uplo=PLower, n=A.Rows, ldA=max(1,A.Rows), incx=1, incy=1, offsetA=0, offsetx=0, offsety=0) Computes Y := alpha*A*X + beta*Y with A real symmetric of order n. ARGUMENTS A
(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