Click or drag to resize

DoubleMatrixAdd Method (DoubleMatrix, Complex)

Determines the addition of a matrix to a scalar.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static ComplexMatrix Add(
	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 adding left to 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