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

ResultCode

Inout

C

Matrix

The destination matrix

A

Matrix

The dividend

B

Matrix

The divisor