![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "base/CbmLitFloat.h"#include <vector>
Include dependency graph for CbmLitMatrixMath.h:
This graph shows which files directly or indirectly include this file: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 | 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 308 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 308 of file CbmLitMatrixMath.cxx
Referenced by EicCadWizard::FaceGuidedSplit(), EicCadWizard::FlatSurfaceSplit(), and EicCompositeShape::LocalFillBuffer3D().
Here is the caller graph for this function:| bool InvSym15 | ( | std::vector< litfloat > & | a | ) |
| bool Mult15On25 | ( | const std::vector< litfloat > & | a, |
| const std::vector< litfloat > & | b, | ||
| std::vector< litfloat > & | c | ||
| ) |
Definition at line 385 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 385 of file CbmLitMatrixMath.cxx
| bool Mult15On5 | ( | const std::vector< litfloat > & | a, |
| const std::vector< litfloat > & | b, | ||
| std::vector< litfloat > & | c | ||
| ) |
Definition at line 276 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 276 of file CbmLitMatrixMath.cxx
| bool Mult25 | ( | const std::vector< litfloat > & | a, |
| const std::vector< litfloat > & | b, | ||
| std::vector< litfloat > & | c | ||
| ) |
Definition at line 182 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 182 of file CbmLitMatrixMath.cxx
| bool Mult25On15 | ( | const std::vector< litfloat > & | a, |
| const std::vector< litfloat > & | b, | ||
| std::vector< litfloat > & | c | ||
| ) |
Definition at line 423 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 423 of file CbmLitMatrixMath.cxx
| bool Mult25On5 | ( | const std::vector< litfloat > & | a, |
| const std::vector< litfloat > & | b, | ||
| std::vector< litfloat > & | c | ||
| ) |
Definition at line 259 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 259 of file CbmLitMatrixMath.cxx
| bool Similarity | ( | const std::vector< litfloat > & | a, |
| const std::vector< litfloat > & | b, | ||
| std::vector< litfloat > & | c | ||
| ) |
Definition at line 323 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 323 of file CbmLitMatrixMath.cxx
References Acts::UnitConstants::C, F, G, H, I, Acts::IntegrationTest::L, M, charm_jet_strange_helicity::N, Acts::IntegrationTest::R, and T.
Referenced by genfit::RKTrackRep::calcForwardJacobianAndNoise().
Here is the caller graph for this function:| bool Subtract | ( | const std::vector< litfloat > & | a, |
| const std::vector< litfloat > & | b, | ||
| std::vector< litfloat > & | c | ||
| ) |
Definition at line 293 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 293 of file CbmLitMatrixMath.cxx
| bool Transpose25 | ( | std::vector< litfloat > & | a | ) |
Definition at line 222 of file CbmLitMatrixMath.cxx.
View newest version in sPHENIX GitHub at line 222 of file CbmLitMatrixMath.cxx