Matrix<T>.DotMultiplyEquals Operator

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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