Hall-D Software
alpha
|
#include <DMatrix2x2.h>
Public Member Functions | |
DMatrix2x2 () | |
~DMatrix2x2 () | |
DMatrix2x2 (double d11, double d12, double d21, double d22) | |
double & | operator() (int row, int col) |
double | operator() (int row, int col) const |
DMatrix2x2 & | operator= (const DMatrix2x2 &m1) |
DMatrix2x2 | operator- () const |
DMatrix2x2 | operator* (const DMatrix2x2 &m2) |
DMatrix2x1 | operator* (const DMatrix2x1 &m2) |
DMatrix2x2 | operator+ (const DMatrix2x2 &m2) |
DMatrix2x2 | operator- (const DMatrix2x2 &m2) |
DMatrix2x2 | Invert () |
double | Determinant () |
double | Chi2 (const DMatrix2x1 &R) const |
void | Print () |
Private Attributes | |
double | mA [2][2] |
Definition at line 7 of file DMatrix2x2.h.
|
inline |
Definition at line 9 of file DMatrix2x2.h.
References mA.
Referenced by Invert(), operator*(), operator+(), and operator-().
|
inline |
Definition at line 12 of file DMatrix2x2.h.
|
inline |
Definition at line 13 of file DMatrix2x2.h.
References mA.
|
inline |
Definition at line 78 of file DMatrix2x2.h.
References mA.
Referenced by DEventProcessor_fdc_hists::KalmanFilter(), and DTrackFitterKalmanSIMD::KalmanForward().
|
inline |
Definition at line 72 of file DMatrix2x2.h.
References mA.
Referenced by DTrackFitterKalmanSIMD::KalmanForward().
|
inline |
Definition at line 64 of file DMatrix2x2.h.
References DMatrix2x2(), and mA.
Referenced by DMatrix4x4::Invert(), DMatrix5x5::InvertSym(), DEventProcessor_fdc_hists::KalmanFilter(), and DTrackFitterKalmanSIMD::KalmanForward().
|
inline |
Definition at line 21 of file DMatrix2x2.h.
References mA.
|
inline |
Definition at line 24 of file DMatrix2x2.h.
References mA.
|
inline |
Definition at line 41 of file DMatrix2x2.h.
References DMatrix2x2(), and mA.
|
inline |
Definition at line 48 of file DMatrix2x2.h.
References mA.
|
inline |
Definition at line 54 of file DMatrix2x2.h.
References DMatrix2x2(), and mA.
|
inline |
Definition at line 37 of file DMatrix2x2.h.
References DMatrix2x2(), and mA.
|
inline |
Definition at line 59 of file DMatrix2x2.h.
References DMatrix2x2(), and mA.
|
inline |
Definition at line 28 of file DMatrix2x2.h.
References mA.
|
inline |
Definition at line 84 of file DMatrix2x2.h.
References mA.
|
private |
Definition at line 96 of file DMatrix2x2.h.
Referenced by Chi2(), Determinant(), DMatrix2x2(), Invert(), operator()(), operator*(), operator+(), operator-(), operator=(), and Print().