ATLAS Offline Software
|
#include <ErrorMatrixBase.h>
Classes | |
class | ErrorMatrixBase_row |
class | ErrorMatrixBase_row_const |
Public Member Functions | |
ErrorMatrixBase () | |
ErrorMatrixBase (int dim) | |
ErrorMatrixBase (const CLHEP::HepSymMatrix &mat) | |
int | num_row () const |
int | num_col () const |
const double & | operator() (int row, int col) const |
The element access operator M(i,j) starts counting indeces from zero. More... | |
double & | operator() (int row, int col) |
const double & | operator() (int diagElement) const |
The single argument versions return diagonal elements. More... | |
double & | operator() (int diagElement) |
const CLHEP::HepSymMatrix & | hsm () const |
ErrorMatrixBase_row | operator[] (int) |
ErrorMatrixBase_row_const | operator[] (int) const |
Protected Member Functions | |
const CLHEP::HepSymMatrix & | impl () const |
CLHEP::HepSymMatrix & | impl () |
Private Attributes | |
CLHEP::HepSymMatrix | m_matrix |
Definition at line 11 of file ErrorMatrixBase.h.
|
inline |
Definition at line 14 of file ErrorMatrixBase.h.
|
inline |
Definition at line 15 of file ErrorMatrixBase.h.
|
inline |
Definition at line 16 of file ErrorMatrixBase.h.
|
inline |
Definition at line 29 of file ErrorMatrixBase.h.
|
inlineprotected |
Definition at line 59 of file ErrorMatrixBase.h.
|
inlineprotected |
Definition at line 58 of file ErrorMatrixBase.h.
|
inline |
Definition at line 19 of file ErrorMatrixBase.h.
|
inline |
Definition at line 18 of file ErrorMatrixBase.h.
|
inline |
Definition at line 82 of file ErrorMatrixBase.h.
|
inline |
The single argument versions return diagonal elements.
Definition at line 70 of file ErrorMatrixBase.h.
|
inline |
Definition at line 76 of file ErrorMatrixBase.h.
|
inline |
The element access operator M(i,j) starts counting indeces from zero.
Definition at line 64 of file ErrorMatrixBase.h.
|
inline |
Definition at line 88 of file ErrorMatrixBase.h.
|
inline |
Definition at line 94 of file ErrorMatrixBase.h.
|
private |
Definition at line 54 of file ErrorMatrixBase.h.