* Matrix-vector product with a general banded matrix. (L2) Computes Y := alpha*A*X + beta*Y, if trans = PNoTrans Y := alpha*A^T*X + beta*Y, if trans = PTrans Y := beta*y, if n=0, m>0, and trans = PNoTrans Y := beta*y, if n>0, m=0, and trans = PTrans The
(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