Matrix<T>.DivisionAssignment Operator

Divides a matrix by a constant in place.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
C# does not support this operator.

Parameters

self  Matrix<T>
A Matrix<T>.
factor  T
A real number.

Return Value

Matrix<T>
A reference to self.

See Also