MatrixSubtract

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(difference:array) MatrixSubtract minuend:array subtrahend:array 
(difference:array) MatSubtract minuend:array subtrahend:array

Returns the difference of two matrices, that is, a matrix where each element is the difference between the elements in the corresponding position in the terms. The two matrices must have the same dimensions.