CbmRoot
Loading...
Searching...
No Matches
KfUtils.cxx File Reference
#include "KfUtils.h"
Include dependency graph for KfUtils.cxx:

Go to the source code of this file.

Namespaces

namespace  cbm
 
namespace  cbm::algo
 
namespace  cbm::algo::kf
 
namespace  cbm::algo::kf::utils
 
namespace  cbm::algo::kf::utils::math
 

Functions

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)