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

Division between two expressions (elementwise) More...

#include <VectorExpression.hxx>

Inheritance diagram for Seldon::VectorDivision< T, E1, E2 >:
Seldon::VectorExpression< T, VectorDivision< T, E1, E2 > >

Public Member Functions

template<class T1 , class T2 >
 VectorDivision (const VectorExpression< T1, E1 > &, const VectorExpression< T2, E2 > &)
 Constructor u / v with two expressions u and v.
 
long GetSize () const
 returns the size of the associated vectors
 
const T operator() (long) const
 returns the i-th element of the element-wise division
 
long GetSize () const
 returns the size of the associated vector
 
 operator VectorDivision< T, E1, E2 > & ()
 
 operator VectorDivision< T, E1, E2 > const & () const
 

Detailed Description

template<class T, class E1, class E2>
class Seldon::VectorDivision< T, E1, E2 >

Division between two expressions (elementwise)

Definition at line 73 of file VectorExpression.hxx.


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