OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
GenVektor.h File Reference

Go to the source code of this file.

Classes

class  UnitComponentVektor< Dim, IDim >
 
class  ComponentVektor< T, Dim, IDim >
 

Functions

template<class T , unsigned Dim, unsigned IDim>
Tdot_ref (Vektor< T, Dim > &v, const UnitComponentVektor< Dim, IDim > &)
 
template<class T , unsigned Dim, unsigned IDim>
Tdot_ref (const UnitComponentVektor< Dim, IDim > &, Vektor< T, Dim > &v)
 
template<class T , unsigned Dim, unsigned IDim>
T dot (const Vektor< T, Dim > &v, const UnitComponentVektor< Dim, IDim > &)
 
template<class T , unsigned Dim, unsigned IDim>
T dot (const UnitComponentVektor< Dim, IDim > &, const Vektor< T, Dim > &v)
 
template<class T , unsigned Dim, unsigned IDim>
T dot (const Vektor< T, Dim > &v, const ComponentVektor< T, Dim, IDim > &c)
 
template<class T , unsigned Dim, unsigned IDim>
T dot (const ComponentVektor< T, Dim, IDim > &c, const Vektor< T, Dim > &v)
 

Function Documentation

template<class T , unsigned Dim, unsigned IDim>
T dot ( const Vektor< T, Dim > &  v,
const UnitComponentVektor< Dim, IDim > &   
)
inline

Definition at line 73 of file GenVektor.h.

template<class T , unsigned Dim, unsigned IDim>
T dot ( const UnitComponentVektor< Dim, IDim > &  ,
const Vektor< T, Dim > &  v 
)
inline

Definition at line 80 of file GenVektor.h.

template<class T , unsigned Dim, unsigned IDim>
T dot ( const Vektor< T, Dim > &  v,
const ComponentVektor< T, Dim, IDim > &  c 
)
inline

Definition at line 95 of file GenVektor.h.

template<class T , unsigned Dim, unsigned IDim>
T dot ( const ComponentVektor< T, Dim, IDim > &  c,
const Vektor< T, Dim > &  v 
)
inline

Definition at line 102 of file GenVektor.h.

template<class T , unsigned Dim, unsigned IDim>
T& dot_ref ( Vektor< T, Dim > &  v,
const UnitComponentVektor< Dim, IDim > &   
)
inline

Definition at line 56 of file GenVektor.h.

template<class T , unsigned Dim, unsigned IDim>
T& dot_ref ( const UnitComponentVektor< Dim, IDim > &  ,
Vektor< T, Dim > &  v 
)
inline

Definition at line 63 of file GenVektor.h.