#include "AliHLTTPCCADef.h" arbb::boolean finite_arbb(const f32 s) { // return s == s; // CHECKME return !(s == std::numeric_limits::infinity() || s == std::numeric_limits::quiet_NaN()); } void ARBB_PRINT_INDICES( std::string name, const dense& m ) { name += "ind "; const dense p = indices(0,m.length(),1); ARBB_PRINT_ALL(name, p, m); }