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

Opposite of a vector. More...

#include <TinyVectorExpression.hxx>

Inheritance diagram for Seldon::TinyVectorOpposite< T, m, E >:
Seldon::TinyVectorExpression< T, m, TinyVectorOpposite< T, m, E > >

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
 

Detailed Description

template<class T, int m, class E>
class Seldon::TinyVectorOpposite< T, m, E >

Opposite of a vector.

Definition at line 149 of file TinyVectorExpression.hxx.


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