Negates a matrix in-place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<T> NegateInPlace()
Public Function NegateInPlace As Matrix(Of T)
public:
Matrix<T>^ NegateInPlace()
member NegateInPlace : unit -> Matrix<'T>
Return Value
Type:
MatrixTThe matrix whose elements
are equal to minus the corresponding element of the matrix.
Reference