Matrix<T>.DotDivideEquals Operator

Divides the elements of a matrix by the corresponding elements of another matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

matrix1  Matrix<T>
The first Matrix<T>.
matrix2  Matrix<T>
The second Matrix<T>.

Return Value

Matrix<T>
A reference to matrix1.

See Also