Public Member Functions | List of all members
Seldon::VectorOpposite< T, E > Class Template Reference

Opposite of a vector. More...

#include <VectorExpression.hxx>

Inheritance diagram for Seldon::VectorOpposite< T, E >:
Seldon::VectorExpression< T, VectorOpposite< T, E > >

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
 

Detailed Description

template<class T, class E>
class Seldon::VectorOpposite< T, E >

Opposite of a vector.

Definition at line 158 of file VectorExpression.hxx.


The documentation for this class was generated from the following files: