matrixMultiplyList(A, V) multiplies each vector $v_1, \ldots, v_k$ in the list $V$ by the given $n \times n$ matrix $A$.
matrixMultiplyList(A, V)
nxn matrix
n
list of n-dimensional vectors
List of matrix-vector products
matrixMultiplyList(A, V)
multiplies each vector $v_1, \ldots, v_k$ in the list $V$ by the given $n \times n$ matrix $A$.