AddM (FUN)ΒΆ
FUNCTION AddM : ResultCode
Adds two matrices : C := A + B.
A, B, and C must have identical dimensions.
Note: A, B, and C may all be the same matrix.
- InOut:
Scope
Name
Type
Comment
Return
AddM
Inout
C
The result
A
The first summand
B
The second summand