Matrix<T>.Dot Multiply Operator
Returns the element-wise product of two matrices.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A new matrix that contains the element-wise product of matrix1 and matrix2.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Parameters
Return Value
Matrix<T>A new matrix that contains the element-wise product of matrix1 and matrix2.