Logo ROOT   6.07/09
Reference Guide
Functions | Variables
testTMath.cxx File Reference
#include <iostream>
#include <vector>
#include <string>
#include <cstring>
#include <TMath.h>
Include dependency graph for testTMath.cxx:

Functions

int main ()
 
template<typename T , typename U >
void testArrayFunctions ()
 
template<typename T >
void testIteratorFunctions ()
 
template<typename T >
void testNormCross ()
 
template<typename T >
void testPlane ()
 
template<typename T >
void testPoints (T x, T y)
 
void testTMath ()
 

Variables

bool showVector = true
 

Function Documentation

int main ( )

Definition at line 183 of file testTMath.cxx.

template<typename T , typename U >
void testArrayFunctions ( )

Definition at line 40 of file testTMath.cxx.

template<typename T >
void testIteratorFunctions ( )

Definition at line 79 of file testTMath.cxx.

template<typename T >
void testNormCross ( )

Definition at line 14 of file testTMath.cxx.

template<typename T >
void testPlane ( )

Definition at line 129 of file testTMath.cxx.

template<typename T >
void testPoints ( x,
y 
)

Definition at line 117 of file testTMath.cxx.

void testTMath ( )

Definition at line 143 of file testTMath.cxx.

Variable Documentation

bool showVector = true

Definition at line 11 of file testTMath.cxx.