GENFIT
Rev:NoNumberAvailable
|
Array matrix multiplications used in RKTrackRep. More...
Functions | |
void | J_pMTxcov5xJ_pM (const M5x7 &J_pM, const M5x5 &cov5, M7x7 &out7) |
void | J_pMTxcov5xJ_pM (const M5x6 &J_pM, const M5x5 &cov5, M6x6 &out6) |
void | J_MpTxcov7xJ_Mp (const M7x5 &J_Mp, const M7x7 &cov7, M5x5 &out5) |
void | J_MpTxcov6xJ_Mp (const M6x5 &J_Mp, const M6x6 &cov6, M5x5 &out5) |
void | J_MMTxcov7xJ_MM (const M7x7 &J_MM, M7x7 &cov7) |
void | J_MMxJ_MM (M7x7 &J_MM, const M7x7 &J_MM_old) |
void | J_pMTTxJ_MMTTxJ_MpTT (const M7x5 &J_pMT, const M7x7 &J_MMT, const M5x7 &J_MpT, M5x5 &J_pp) |
void | Np_N_NpT (const M7x7 &Np, M7x7 &N) |
void | printDim (const double *mat, unsigned int dimX, unsigned int dimY) |
Array matrix multiplications used in RKTrackRep.
Definition at line 374 of file RKTools.cc.
References debugFlags, and flagSlowMatrix.
Definition at line 455 of file RKTools.cc.
Definition at line 290 of file RKTools.cc.
References genfit::RKMatrix< nRows, nCols >::begin(), debugFlags, and flagSlowMatrix.
Referenced by genfit::RKTrackRep::transformM6P().
Definition at line 209 of file RKTools.cc.
References genfit::RKMatrix< nRows, nCols >::begin(), debugFlags, and flagSlowMatrix.
Referenced by genfit::RKTrackRep::calcForwardJacobianAndNoise(), and genfit::RKTrackRep::transformM7P().
void genfit::RKTools::J_pMTTxJ_MMTTxJ_MpTT | ( | const M7x5 & | J_pMT, |
const M7x7 & | J_MMT, | ||
const M5x7 & | J_MpT, | ||
M5x5 & | J_pp | ||
) |
Definition at line 527 of file RKTools.cc.
References genfit::RKMatrix< nRows, nCols >::begin(), debugFlags, and flagSlowMatrix.
Referenced by genfit::RKTrackRep::calcForwardJacobianAndNoise().
Definition at line 124 of file RKTools.cc.
References genfit::RKMatrix< nRows, nCols >::begin(), debugFlags, and flagSlowMatrix.
Definition at line 34 of file RKTools.cc.
References genfit::RKMatrix< nRows, nCols >::begin(), debugFlags, and flagSlowMatrix.
Referenced by genfit::RKTrackRep::transformPM6(), and genfit::RKTrackRep::transformPM7().
Definition at line 637 of file RKTools.cc.
References genfit::RKMatrix< nRows, nCols >::begin(), debugFlags, and flagSlowMatrix.
Referenced by genfit::RKTrackRep::Extrap().
void genfit::RKTools::printDim | ( | const double * | mat, |
unsigned int | dimX, | ||
unsigned int | dimY | ||
) |
Definition at line 710 of file RKTools.cc.
References genfit::printOut.
Referenced by genfit::RKTrackRep::Extrap(), and genfit::RKMatrix< 7, 7 >::print().