Matrix<T>.Divide In Place Method
Divides a matrix in-place by a scalar.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A matrix whose elements are the corresponding elements of the matrix divided by factor.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> DivideInPlace(
T factor
)
Parameters
- factor T
- A number.
Return Value
Matrix<T>A matrix whose elements are the corresponding elements of the matrix divided by factor.