values
Array.Array
array of rows
Take this matrix as A, input vector V as a column vector, and return matrix product (A)(V). Note: This sets the internal vector register. Current handles to the vector register will see values changed.
Multiply the provided matrix M2 with this matrix. Result is (this) * (M2). Note: This sets the internal matrix register. Current handles to the register will see values changed.