Matrix:Multiply(m2)

Version added: before 9.5
Multiplies two matrices

Arguments:

Name Type Description Default Ver
m2 Matrix A Matrix object to multiply into the calling object < 9.5

Return value:

void none
Multiplies two matrices. The calling object is multiplied by the matrix "m2".

X:Multiply(Y) is multiply Y into X (X = X * Y)
Notice that X:Multiply(Y) leaves Y unchanged and changes X
<< Back to Matrix