Matrix<T>.NegateInPlace Method

Negates a matrix in-place.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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