#include "Matrix.h"
#include "FourVector.h"
#include "ThreeVector.h"
#include <algorithm>
Go to the source code of this file.
|
template<typename T > |
const FourMatrix< T > | lorentzTransformation (const ThreeMatrix< T > &R) |
|
template<typename T > |
const FourMatrix< T > | lorentzTransformation (const FourVector< T > &V) |
|
template<typename T > |
constexpr FourMatrix< T > | lorentzTransformation (const ThreeVector< T > &V) |
|
template<typename T > |
constexpr FourMatrix< T > | lorentzTransformation (const std::vector< FourVector< T > > &fourVecs) |
|
template<typename T > |
constexpr FourMatrix< T > | lorentzTransformation (const ThreeMatrix< T > &R, const FourVector< T > &V) |
|
template<typename T > |
constexpr FourMatrix< T > | lorentzTransformation (const ThreeMatrix< T > &R, const ThreeVector< T > &V) |
|
template<typename T > |
constexpr FourMatrix< T > | lorentzTransformation (const FourVector< T > &V, const ThreeMatrix< T > R) |
|
template<typename T > |
constexpr FourMatrix< T > | lorentzTransformation (const ThreeVector< T > &V, const ThreeMatrix< T > &R) |
|