Matrix Subtraction Operator Bespoke Osc Library
Subtracts a matrix from another matrix.

Namespace: Bespoke.Common.LinearAlgebra
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Operator - ( _
	M1 As Matrix, _
	M2 As Matrix _
) As Matrix

Return Value

Resulting matrix.
See Also