AddMatrix (mA, mB, mC )
Adds matrix mA and mB and stores the result in mC.
Example:
AddMatrix (
0
,
1
,
2
)