Matrix<T>.NegateInPlace Method

Negates a matrix in-place.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<T> NegateInPlace()

Return Value

Matrix<T>
The matrix whose elements are equal to minus the corresponding element of the matrix.

See Also