Matrix<T>.Dot Divide Equals Operator
Divides the elements of a matrix by the corresponding elements of another matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A reference to matrix1.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Parameters
Return Value
Matrix<T>A reference to matrix1.