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
RDivideM
Inout
C
The destination matrix
A
The dividend
B
The divisor