Click or drag to resize

DoubleMatrixDivide Method (DoubleMatrix, Complex)

Determines the division of a matrix by a scalar.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static ComplexMatrix Divide(
	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 dividing left by right.
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