Matrix<T>.DotMultiply Operator

Returns the element-wise product of two matrices.

DefinitionPermalink

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
C# does not support this operator.

ParametersPermalink

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

Return ValuePermalink

Matrix<T>
A new matrix that contains the element-wise product of matrix1 and matrix2.

See AlsoPermalink