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

Division between two expressions (elementwise) More...

#include <TinyVectorExpression.hxx>

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

Public Member Functions

template<class T1 , class T2 >
 TinyVectorDivision (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 element-wise division
 
 operator TinyVectorDivision< T, m, E1, E2 > & ()
 
 operator TinyVectorDivision< T, m, E1, E2 > const & () const
 

Detailed Description

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

Division between two expressions (elementwise)

Definition at line 69 of file TinyVectorExpression.hxx.


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