Calculates the multiplication of a matrix with a vector.
The matrix
The vector
const result = Chalkboard.matr.mulVector([[1, 2], [3, 4]], Chalkboard.vect.init(1, -1)); // Returns the transformed vector Copy
const result = Chalkboard.matr.mulVector([[1, 2], [3, 4]], Chalkboard.vect.init(1, -1)); // Returns the transformed vector
Calculates the multiplication of a matrix with a vector.