Click or drag to resize

MatrixSubtraction Operator

Matrix subtraction

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Matrix operator -(
	Matrix A,
	Matrix B
)

Parameters

A  Matrix
Minuend
B  Matrix
Subtrahend

Return Value

Matrix
Difference of the two matrices
See Also