Returns the element-wise quotient 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 MatrixT whose elements are to be divided. - matrix2
- Type: Extreme.MathematicsMatrixT
The MatrixT whose elements are the divisors.
Return Value
Type:
MatrixTA new matrix that contains the element-wise quotient of
matrix1
and
matrix2.
Reference