Logo ROOT   6.10/09
Reference Guide
Functions | Variables
stressTMath.cxx File Reference
#include <iostream>
#include <algorithm>
#include <TRandom2.h>
#include <TStopwatch.h>
#include <TMath.h>
Include dependency graph for stressTMath.cxx:

Functions

int main (int argc, char *argv[])
 
template<typename 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
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 174 of file stressTMath.cxx.

◆ randD()

template<typename T >
T randD ( )

Definition at line 15 of file stressTMath.cxx.

◆ stressTMath()

void stressTMath ( unsigned int  size,
const char *  type 
)

Definition at line 147 of file stressTMath.cxx.

◆ stressVector()

template<typename T >
double stressVector ( unsigned int  size,
const char *  type 
)

Definition at line 27 of file stressTMath.cxx.

◆ Time()

double Time ( TStopwatch w)

Definition at line 21 of file stressTMath.cxx.

Variable Documentation

◆ NUMTEST

const unsigned int NUMTEST = 500

Definition at line 11 of file stressTMath.cxx.