|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <boost/numeric/ublas/matrix.hpp>Go to the source code of this file.
Typedefs | |
| typedef boost::numeric::ublas::matrix< double > | matrix_t |
Functions | |
| template<class T> | |
| T | prod_boost_vector (const boost::numeric::ublas::matrix< double > &rotation, const T &vector) |
| typedef boost::numeric::ublas::matrix<double> matrix_t |
Definition at line 23 of file BoostMatrix.h.
| T prod_boost_vector | ( | const boost::numeric::ublas::matrix< double > & | rotation, |
| const T & | vector ) |
Definition at line 26 of file BoostMatrix.h.
Referenced by ParallelCyclotronTracker::globalToLocal(), ParallelCyclotronTracker::localToGlobal(), ParallelCyclotronTracker::rotateAroundX(), ParallelCyclotronTracker::rotateAroundX(), ParallelCyclotronTracker::rotateAroundZ(), ParallelCyclotronTracker::rotateAroundZ(), CoordinateSystemTrafo::rotateFrom(), CoordinateSystemTrafo::rotateTo(), and CoordinateSystemTrafo::transformTo().