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