ROOT 6.10/09 Reference Guide |
#include <iostream>
#include <algorithm>
#include <TRandom2.h>
#include <TStopwatch.h>
#include <TMath.h>
Functions | |
int | main (int argc, char *argv[]) |
template<typename T > | |
T | randD () |
void | stressTMath (unsigned int size, const char *type) |
template<typename T > | |
double | stressVector (unsigned int size, const char *type) |
double | Time (TStopwatch &w) |
Variables | |
const unsigned int | NUMTEST = 500 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 174 of file stressTMath.cxx.
T randD | ( | ) |
Definition at line 15 of file stressTMath.cxx.
void stressTMath | ( | unsigned int | size, |
const char * | type | ||
) |
Definition at line 147 of file stressTMath.cxx.
double stressVector | ( | unsigned int | size, |
const char * | type | ||
) |
Definition at line 27 of file stressTMath.cxx.
double Time | ( | TStopwatch & | w | ) |
Definition at line 21 of file stressTMath.cxx.
const unsigned int NUMTEST = 500 |
Definition at line 11 of file stressTMath.cxx.