Tensor<T>.DivisionAssignment Operator

Divides a matrix by a constant in place.

Definition

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

Parameters

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

Return Value

Tensor<T>
A reference to self.

See Also