Click or drag to resize

DoubleMatrixSubtraction Operator (DoubleMatrix, Complex)

Determines the subtraction of a scalar from a matrix.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static ComplexMatrix operator -(
	DoubleMatrix left,
	Complex right
)

Parameters

left
Type: Novacta.AnalyticsDoubleMatrix
The left operand.
right
Type: System.NumericsComplex
The right operand.

Return Value

Type: ComplexMatrix
The result of subtracting right from left.
Exceptions
ExceptionCondition
ArgumentNullExceptionleft is null.
Remarks

Let LaTeX equation and LaTeX equation be the left number of rows and columns, respectively, and consider its generic entry

LaTeX equation

The method returns a matrix having the same dimensions of left, whose generic entry is:

LaTeX equation

See Also