#include "Utility/PAssert.h"
#include "Message/Message.h"
#include "PETE/IpplExpressions.h"
#include "AppTypes/TSVMeta.h"
#include <cmath>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
|
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> |
double | euclidean_norm (const Vektor< T, D > &a) |
|
template<class T , unsigned D> |
std::ostream & | operator<< (std::ostream &out, const Vektor< T, D > &rhs) |
|
◆ cross()
template<class T1 , class T2 , unsigned D>
◆ dot()
template<class T1 , class T2 , unsigned D>
◆ euclidean_norm()
template<class T , unsigned D>
double euclidean_norm |
( |
const Vektor< T, D > & |
a | ) |
|
|
inline |
◆ operator+()
template<class T , unsigned D>
◆ operator-()
template<class T , unsigned D>
◆ operator<<()
template<class T , unsigned D>
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Vektor< T, D > & |
rhs |
|
) |
| |
|
inline |