Click or drag to resize

DoubleMatrixDivision Operator (Complex, DoubleMatrix)

Determines the division of a scalar by a matrix.

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 dividing left by right.
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