![]() |
ATLAS Offline Software
|
#include <cmath>Go to the source code of this file.
Functions | |
| const PlainObject | unit () const |
| This is a plugin that makes Eigen look like CLHEP & defines some convenience methods. | |
| Scalar | mag () const |
| mag method | |
| Scalar | mag2 () const |
| mag2 method - forward to squaredNorm() | |
| Scalar | perp2 () const |
| perp2 method - perpendicular length squared | |
| Scalar | perp () const |
| perp method - perpendicular length | |
| Scalar | perp2 (const MatrixBase< Derived > &vecvec) |
| perp2 method wrt another vector | |
| Scalar | perp (const MatrixBase< Derived > &vecvec) |
| perp2 method wrt another vector | |
| Scalar | phi () const |
| phi method | |
| Scalar | theta () const |
| theta method | |
| Scalar | eta () const |
| pseudorapidity method | |
| Scalar | deltaR (const MatrixBase< Derived > &vecvec) const |
| Scalar | deltaPhi (const MatrixBase< Derived > &vecvec) const |
| void | fillSymmetric (size_t i, size_t j, Scalar value) |
| method to fill elements for a symmetric matrix | |
| template<typename OtherDerived> | |
| Matrix< Scalar, OtherDerived::RowsAtCompileTime, OtherDerived::RowsAtCompileTime > | similarity (const MatrixBase< OtherDerived > &m) const |
| similarity method : yields ms = m*s*m^T | |
| template<typename OtherDerived> | |
| Matrix< Scalar, OtherDerived::RowsAtCompileTime, OtherDerived::RowsAtCompileTime > | similarityT (const MatrixBase< OtherDerived > &m) const |
| similarityT method : yields ms = m^T*s*m | |
|
inline |
Definition at line 112 of file AmgMatrixBasePlugin.h.
|
inline |
Definition at line 105 of file AmgMatrixBasePlugin.h.
|
inline |
pseudorapidity method
Definition at line 83 of file AmgMatrixBasePlugin.h.
|
inline |
method to fill elements for a symmetric matrix
Definition at line 124 of file AmgMatrixBasePlugin.h.
|
inline |
|
inline |
mag2 method - forward to squaredNorm()
Definition at line 31 of file AmgMatrixBasePlugin.h.
|
inline |
perp method - perpendicular length
Definition at line 44 of file AmgMatrixBasePlugin.h.
|
inline |
perp2 method wrt another vector
Definition at line 62 of file AmgMatrixBasePlugin.h.
|
inline |
perp2 method - perpendicular length squared
Definition at line 36 of file AmgMatrixBasePlugin.h.
|
inline |
perp2 method wrt another vector
Definition at line 52 of file AmgMatrixBasePlugin.h.
|
inline |
phi method
Definition at line 67 of file AmgMatrixBasePlugin.h.
|
inline |
similarity method : yields ms = m*s*m^T
Definition at line 133 of file AmgMatrixBasePlugin.h.
|
inline |
similarityT method : yields ms = m^T*s*m
Definition at line 141 of file AmgMatrixBasePlugin.h.
|
inline |
|
inline |
This is a plugin that makes Eigen look like CLHEP & defines some convenience methods.
unit method - forward normalized()
Definition at line 21 of file AmgMatrixBasePlugin.h.