Go to the source code of this file.
Classes | |
struct | mathSSE::OldRot< T > |
struct | mathSSE::Rot2< T > |
struct | mathSSE::Rot3< T > |
Namespaces | |
mathSSE | |
Typedefs | |
typedef Rot2< double > | mathSSE::Rot2D |
typedef Rot2< float > | mathSSE::Rot2F |
typedef Rot3< double > | mathSSE::Rot3D |
typedef Rot3< float > | mathSSE::Rot3F |
Functions | |
template<typename T > | |
struct mathSSE::OldRot | mathSSE::__attribute__ ((aligned(16))) |
template<typename T > | |
mathSSE::Rot3< T > | operator* (mathSSE::Rot3< T > const &rh, mathSSE::Rot3< T > const &lh) |
template<typename T > | |
mathSSE::Rot2< T > | operator* (mathSSE::Rot2< T > const &rh, mathSSE::Rot2< T > const &lh) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot3F const &v) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot3D const &v) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot2F const &v) |
std::ostream & | operator<< (std::ostream &out, mathSSE::Rot2D const &v) |
Variables | |
struct mathSSE::Rot3 | mathSSE::__attribute__ |
T | R11 |
T | R12 |
T | R13 |
T | R21 |
T | R22 |
T | R23 |
T | R31 |
T | R32 |
T | R33 |
|
inline |
|
inline |
Definition at line 143 of file SSERot.h.
References mathSSE::lh.
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot3F const & | v | ||
) |
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot3D const & | v | ||
) |
Definition at line 29 of file SSEVec.cc.
References mathSSE::as3D(), and MillePedeFileConverter_cfg::out.
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot2F const & | v | ||
) |
std::ostream& operator<< | ( | std::ostream & | out, |
mathSSE::Rot2D const & | v | ||
) |
T R11 |
Definition at line 152 of file SSERot.h.
Referenced by trackerTFP::FormatKF< v >::FormatKF(), and trackerTFP::KalmanFilter::KalmanFilter().