Logo ROOT   6.08/07
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

◆ main()

int main ( )

Definition at line 183 of file testTMath.cxx.

◆ testArrayFunctions()

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

Definition at line 40 of file testTMath.cxx.

◆ testIteratorFunctions()

template<typename T >
void testIteratorFunctions ( )

Definition at line 79 of file testTMath.cxx.

◆ testNormCross()

template<typename T >
void testNormCross ( )

Definition at line 14 of file testTMath.cxx.

◆ testPlane()

template<typename T >
void testPlane ( )

Definition at line 129 of file testTMath.cxx.

◆ testPoints()

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

Definition at line 117 of file testTMath.cxx.

◆ testTMath()

void testTMath ( )

Definition at line 143 of file testTMath.cxx.

Variable Documentation

◆ showVector

bool showVector = true

Definition at line 11 of file testTMath.cxx.