RDivideM (FUN)ΒΆ
FUNCTION RDivideM : ResultCode
Element-wise division: C := A ./ B.
A, B, and C must have identical dimensions.
If an element is zero, the division is aborted and ResultCode.DIV_BY_ZERO
is returned. (C may be partially written.)
Note: C, A, and B may all be the same matrix.
- InOut:
Scope
Name
Type
Comment
Return
RDivideMInout
CThe destination matrix
AThe dividend
BThe divisor