operator unary- method

Matrix<T> operator unary-()

Returns a view of this Matrix negated.

Implementation

Matrix<T> operator -() => unaryOperation(dataType.field.neg);