Opposite of a vector. More...
#include <VectorExpression.hxx>
Public Member Functions | |
VectorOpposite (const VectorExpression< T, E > &) | |
Constructor -u with an expression u. | |
long | GetSize () const |
returns the size of the associated vector | |
const T | operator() (long) const |
returns the i-th element of -u | |
long | GetSize () const |
returns the size of the associated vector | |
operator VectorOpposite< T, E > & () | |
operator VectorOpposite< T, E > const & () const | |
Opposite of a vector.
Definition at line 158 of file VectorExpression.hxx.