The matrix-vector product between an mimesn matrix A and an n-dimensional vector x yields a column vector of length m. The iextrmth element of this resulting vector is calculated as the dot product between the iextrmth row vector of the matrix, denoted as aopi, and the vector x. Mathematically, this operation is defined as:
Ax=[aop1 aop2 ⋮ aopm ]x=[aop1x aop2x ⋮ aopmx ]