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 14 of file CbmLitTestMatrixMath.h.
CbmLitTestMatrixMath::CbmLitTestMatrixMath | ( | ) |
Definition at line 18 of file CbmLitTestMatrixMath.cxx.
|
virtual |
Definition at line 20 of file CbmLitTestMatrixMath.cxx.
|
private |
Definition at line 178 of file CbmLitTestMatrixMath.cxx.
Referenced by TestInvSym15(), and TestMult15On5().
Definition at line 120 of file CbmLitTestMatrixMath.cxx.
Referenced by TestInvSym15(), and TestMult15On5().
Definition at line 149 of file CbmLitTestMatrixMath.cxx.
Referenced by TestInvSym15().
void CbmLitTestMatrixMath::RunTest | ( | ) |
Definition at line 22 of file CbmLitTestMatrixMath.cxx.
References TestInvSym15(), and TestMult15On5().
|
private |
Definition at line 37 of file CbmLitTestMatrixMath.cxx.
References ArrayToString(), Convert15To25(), Convert25To15(), fEpsilon, InvSym15(), and VectorToString().
Referenced by RunTest().
|
private |
Definition at line 74 of file CbmLitTestMatrixMath.cxx.
References ArrayToString(), Convert15To25(), fEpsilon, Mult15On5(), and VectorToString().
Referenced by RunTest().
|
private |
Definition at line 168 of file CbmLitTestMatrixMath.cxx.
Referenced by TestInvSym15(), and TestMult15On5().
|
private |
Definition at line 34 of file CbmLitTestMatrixMath.h.
Referenced by TestInvSym15(), and TestMult15On5().