CbmRoot
|
#include <CbmLitTestMatrixMath.h>
Public Member Functions | |
CbmLitTestMatrixMath () | |
virtual | ~CbmLitTestMatrixMath () |
void | RunTest () |
Private Member Functions | |
void | TestInvSym15 (int testId) |
void | TestMult15On5 (int testId) |
void | Convert15To25 (const litfloat *a15, litfloat *a25) |
void | Convert25To15 (const litfloat *a25, litfloat *a15) |
std::string | VectorToString (const std::vector< litfloat > &a) |
std::string | ArrayToString (const litfloat *a, int n) |
Private Attributes | |
litfloat | fEpsilon |
Definition at line 10 of file CbmLitTestMatrixMath.h.
CbmLitTestMatrixMath::CbmLitTestMatrixMath | ( | ) |
Definition at line 14 of file CbmLitTestMatrixMath.cxx.
|
virtual |
Definition at line 16 of file CbmLitTestMatrixMath.cxx.
|
private |
Definition at line 169 of file CbmLitTestMatrixMath.cxx.
References i.
Referenced by TestInvSym15(), and TestMult15On5().
Definition at line 113 of file CbmLitTestMatrixMath.cxx.
Referenced by TestInvSym15(), and TestMult15On5().
Definition at line 141 of file CbmLitTestMatrixMath.cxx.
Referenced by TestInvSym15().
void CbmLitTestMatrixMath::RunTest | ( | ) |
Definition at line 18 of file CbmLitTestMatrixMath.cxx.
References TestInvSym15(), and TestMult15On5().
|
private |
Definition at line 32 of file CbmLitTestMatrixMath.cxx.
References ArrayToString(), Convert15To25(), Convert25To15(), fEpsilon, i, InvSym15(), and VectorToString().
Referenced by RunTest().
|
private |
Definition at line 68 of file CbmLitTestMatrixMath.cxx.
References ArrayToString(), Convert15To25(), fEpsilon, i, Mult15On5(), and VectorToString().
Referenced by RunTest().
|
private |
Definition at line 160 of file CbmLitTestMatrixMath.cxx.
References i.
Referenced by TestInvSym15(), and TestMult15On5().
|
private |
Definition at line 30 of file CbmLitTestMatrixMath.h.
Referenced by TestInvSym15(), and TestMult15On5().