|
Go to the source code of this file.
Namespaces | |
helpers | |
Functions | |
void | helpers::gnuplot (std::string command) |
Plots to a gnuplot window. More... | |
Mdouble | helpers::getRealTime () |
int | helpers::qSortCompare (const void *x, const void *y) |
For use with qsort. More... | |
double | helpers::getPercentile (const double *array, size_t nel, double perc) |
Returns the 100*perc-th percentile of array. More... | |