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#
A new matrix that contains the element-wise product of matrix1 and matrix2.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
ParametersPermalink
Return ValuePermalink
Matrix<T>A new matrix that contains the element-wise product of matrix1 and matrix2.