SubM (FUN)ΒΆ

FUNCTION SubM : ResultCode

Subtracts matrix B from matrix A : 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

SubM

ResultCode

Inout

C

Matrix

The result

A

Matrix

The minuend

B

Matrix

The subtrahend