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