TimesM (FUN)ΒΆ
FUNCTION TimesM : ResultCode
Element-wise multiplication: A := B .* C.
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
TimesM
Inout
C
The result
A
The first multiplicand
B
The second multiplicand