Multiplies the elements of a matrix by the corresponding elements of another matrix.
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 reference to
matrix1.
Reference