chsvlib
chsv helper source code

◆ operator-()

std::enable_if<is_additive_group<T>::value, derived_type>::type operator- ( ) const

Returns an additive inversion of the matrix, i.e. a matrix with all elements to be an additive inversion of corresponding elements of the current matrix.

Returns
The resulting matrix.
See also
other arithmetic operators which are defined statically.