CbmRoot
|
Go to the source code of this file.
Functions | |
bool | InvSym15 (std::vector< litfloat > &a) |
bool | Mult25 (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Mult36 (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Mult25On5 (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Mult15On5 (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Transpose25 (std::vector< litfloat > &a) |
bool | Subtract (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Add (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Similarity (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Mult15On25 (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool | Mult25On15 (const std::vector< litfloat > &a, const std::vector< litfloat > &b, std::vector< litfloat > &c) |
bool Add | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 317 of file CbmLitMatrixMath.cxx.
Referenced by CbmQaManager::AddTask(), and CbmLitKalmanSmoother::Smooth().
bool InvSym15 | ( | std::vector< litfloat > & | a | ) |
Definition at line 45 of file CbmLitMatrixMath.cxx.
References SM00, SM01, SM02, SM03, SM04, SM10, SM11, SM12, SM13, SM14, SM20, SM21, SM22, SM23, SM24, SM30, SM31, SM32, SM33, SM34, SM40, SM41, SM42, SM43, and SM44.
Referenced by CbmLitKalmanSmoother::Smooth(), CbmLitTestMatrixMath::TestInvSym15(), CbmLitKalmanFilter::UpdateWMF(), and CbmLitKalmanFilter::UpdateWMF().
bool Mult15On25 | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 389 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitKalmanSmoother::Smooth().
bool Mult15On5 | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 290 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitTestMatrixMath::TestMult15On5(), CbmLitKalmanFilter::UpdateWMF(), and CbmLitKalmanFilter::UpdateWMF().
bool Mult25 | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 185 of file CbmLitMatrixMath.cxx.
bool Mult25On15 | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 424 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitKalmanSmoother::Smooth().
bool Mult25On5 | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 276 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitKalmanSmoother::Smooth().
bool Mult36 | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 221 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitCleverTrackExtrapolator::Extrapolate(), and CbmLitTGeoTrackPropagator::UpdateF().
bool Similarity | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 331 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitKalmanSmoother::Smooth().
bool Subtract | ( | const std::vector< litfloat > & | a, |
const std::vector< litfloat > & | b, | ||
std::vector< litfloat > & | c ) |
Definition at line 304 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitKalmanSmoother::Smooth().
bool Transpose25 | ( | std::vector< litfloat > & | a | ) |
Definition at line 240 of file CbmLitMatrixMath.cxx.
Referenced by CbmLitKalmanSmoother::Smooth().