Click or drag to resize

DoubleMatrixSubtraction Operator (Complex, DoubleMatrix)

Determines the subtraction of a matrix from a scalar.

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

Parameters

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

Return Value

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

Let LaTeX equation and LaTeX equation be the right number of rows and columns, respectively, and let its generic entry given by

LaTeX equation

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

LaTeX equation

See Also