|
CbmRoot
|
Functions | |
| void | CholeskyFactorization (const double a[], const int n, int nn, double u[], int *nullty, int *ifault) |
| void | SymInv (const double a[], const int n, double c[], double w[], int *nullty, int *ifault) |
Namespace contains compile-time constants definition for SIMD operations in the CA tracking algorithm
| void cbm::algo::kf::utils::math::CholeskyFactorization | ( | const double | a[], |
| const int | n, | ||
| int | nn, | ||
| double | u[], | ||
| int * | nullty, | ||
| int * | ifault ) |
Definition at line 48 of file KfUtils.cxx.
References cbm::algo::kf::utils::fabs(), sqrt(), and x.
Referenced by SymInv().
| void cbm::algo::kf::utils::math::SymInv | ( | const double | a[], |
| const int | n, | ||
| double | c[], | ||
| double | w[], | ||
| int * | nullty, | ||
| int * | ifault ) |
Definition at line 212 of file KfUtils.cxx.
References CholeskyFactorization(), and x.
Referenced by CbmKfTrackFitter< FlagFitTime >::Smooth().