Project
Loading...
Searching...
No Matches
mathUtil.cxx File Reference
#include <cstdio>
#include "mathUtil.h"

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::mch
 

Functions

void o2::mch::vectorPrint (const char *str, const double *x, int K)
 
void o2::mch::vectorPrintInt (const char *str, const int *x, int K)
 
void o2::mch::vectorPrintShort (const char *str, const short *x, int K)
 
void o2::mch::vectorPrint2Columns (const char *str, const double *x, const double *y, int K)
 
void o2::mch::printMatrixInt (const char *str, const int *matrix, int N, int M)
 
void o2::mch::printMatrixShort (const char *str, const short *matrix, int N, int M)
 
void o2::mch::printMatrixChar (const char *str, const char *matrix, int N, int M)
 
void o2::mch::printInterMap (const char *str, const PadIdx_t *inter, int N)