ScalarMatrix ( mA, mB, s_value )
Multiplies values in matrix mA by scalar value and stores the results in mB
Example:
ScalarMatrix (
0
,
1
,
2
)