Public Member Functions | List of all members
Seldon::TinyVectorDifference< T, m, E1, E2 > Class Template Reference

Difference between two expressions. More...

#include <TinyVectorExpression.hxx>

Inheritance diagram for Seldon::TinyVectorDifference< T, m, E1, E2 >:
Seldon::TinyVectorExpression< T, m, TinyVectorDifference< T, m, E1, E2 > >

Public Member Functions

template<class T1 , class T2 >
 TinyVectorDifference (const TinyVectorExpression< T1, m, E1 > &, const TinyVectorExpression< T2, m, E2 > &)
 Constructor u-v with two expressions u and v.
 
const T operator() (int) const
 returns the i-th element of the difference
 
 operator TinyVectorDifference< T, m, E1, E2 > & ()
 
 operator TinyVectorDifference< T, m, E1, E2 > const & () const
 

Detailed Description

template<class T, int m, class E1, class E2>
class Seldon::TinyVectorDifference< T, m, E1, E2 >

Difference between two expressions.

Definition at line 21 of file TinyVectorExpression.hxx.


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