Matrix<T>.Negate In Place Method
Negates a matrix in-place.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The matrix whose elements are equal to minus the corresponding element of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<T> NegateInPlace()
Return Value
Matrix<T>The matrix whose elements are equal to minus the corresponding element of the matrix.