Go to the source code of this file.
|
| template<typename DataT> |
| void | cbm::algo::kf::utils::PrintSIMDmsg (std::stringstream &msg, DataT &v) |
| | Stingstream output operation for simd data.
|
| |
| template<> |
| void | cbm::algo::kf::utils::CheckSimdVectorEquality (fvec v, const char *name) |
| | Checks, if a SIMD vector horizontally equal TODO: Find this method in the VC!
|
| |
| void | cbm::algo::kf::utils::math::CholeskyFactorization (const double a[], const int n, int nn, double u[], int *nullty, int *ifault) |
| |
| void | cbm::algo::kf::utils::math::SymInv (const double a[], const int n, double c[], double w[], int *nullty, int *ifault) |
| |