Opposite of a matrix. More...
#include <TinyMatrixExpression.hxx>
Public Member Functions | |
| TinyMatrixOpposite (const TinyMatrixExpression< T, m, n, E > &) | |
| Constructor -u with an expression u. | |
| const T | operator() (int, int) const |
| returns the i-th element of -u | |
| operator TinyMatrixOpposite< T, m, n, E > & () | |
| operator TinyMatrixOpposite< T, m, n, E > const & () const | |
Opposite of a matrix.
Definition at line 149 of file TinyMatrixExpression.hxx.