* (Matrix)
Multiplies a horizontal vector by a matrix.
Arguments
vector0
is the horizontal Vector to multiply.matrix
(see Matrix) has the same number of rows as the vector's size, otherwise, an error will occur.
Return values
vector1
is the resulting Vector.
Complexity
O(m.dimension)
Example
Output:
4.000000,-7.000000,41.000000,7.000000,