OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Functions
Vektor.h File Reference
#include "Utility/PAssert.h"
#include "Message/Message.h"
#include "PETE/IpplExpressions.h"
#include "AppTypes/TSVMeta.h"
#include <iostream>
#include <iomanip>
Include dependency graph for Vektor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Vektor< T, D >
 

Functions

template<class T , unsigned D>
Vektor< T, D > operator- (const Vektor< T, D > &op)
 
template<class T , unsigned D>
const Vektor< T, D > & operator+ (const Vektor< T, D > &op)
 
template<class T1 , class T2 , unsigned D>
PETEBinaryReturn< T1, T2,
OpMultipply >::type 
dot (const Vektor< T1, D > &lhs, const Vektor< T2, D > &rhs)
 
template<class T1 , class T2 , unsigned D>
Vektor< typename
PETEBinaryReturn< T1, T2,
OpMultipply >::type, D > 
cross (const Vektor< T1, D > &lhs, const Vektor< T2, D > &rhs)
 
template<class T , unsigned D>
std::ostream & operator<< (std::ostream &out, const Vektor< T, D > &rhs)
 

Function Documentation

template<class T1 , class T2 , unsigned D>
Vektor<typename PETEBinaryReturn<T1,T2,OpMultipply>::type,D> cross ( const Vektor< T1, D > &  lhs,
const Vektor< T2, D > &  rhs 
)
inline

Definition at line 275 of file Vektor.h.

template<class T1 , class T2 , unsigned D>
PETEBinaryReturn<T1,T2,OpMultipply>::type dot ( const Vektor< T1, D > &  lhs,
const Vektor< T2, D > &  rhs 
)
inline

Definition at line 264 of file Vektor.h.

template<class T , unsigned D>
const Vektor<T,D>& operator+ ( const Vektor< T, D > &  op)
inline

Definition at line 236 of file Vektor.h.

template<class T , unsigned D>
Vektor<T,D> operator- ( const Vektor< T, D > &  op)
inline

Definition at line 228 of file Vektor.h.

template<class T , unsigned D>
std::ostream& operator<< ( std::ostream &  out,
const Vektor< T, D > &  rhs 
)
inline

Definition at line 283 of file Vektor.h.