Sum between two expressions. More...
#include <TinyVectorExpression.hxx>
Public Member Functions | |
template<class T1 , class T2 > | |
TinyVectorSum (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 sum | |
operator TinyVectorSum< T, m, E1, E2 > & () | |
operator TinyVectorSum< T, m, E1, E2 > const & () const | |
Sum between two expressions.
Definition at line 37 of file TinyVectorExpression.hxx.