5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
#title MultiplyMatrix [RCBasic Doc]
|
|
#header function MultiplyMatrix(mA, mB, mC)
|
|
|
|
Multiply matrix mA and mB and store the result in mC
|