Returns the element-wise product of two matrices.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Visual Basic does not support this operator.
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- matrix1
- Type: Extreme.MathematicsMatrixT
The first MatrixT. - matrix2
- Type: Extreme.MathematicsMatrixT
The second MatrixT.
Return Value
Type:
MatrixTA new matrix that contains the element-wise product of
matrix1
and
matrix2.
Reference