Logo ROOT   6.08/07
Reference Guide
Macros | Functions | Variables
testOperations.cxx File Reference
#include "Math/SVector.h"
#include "Math/SMatrix.h"
#include "TMatrixD.h"
#include "TVectorD.h"
#include "TRandom3.h"
#include "TH1D.h"
#include "TProfile.h"
#include "TFile.h"
#include <iostream>
#include "matrix_op.h"
#include "matrix_util.h"
#include <map>
Include dependency graph for testOperations.cxx:
This graph shows which files directly or indirectly include this file:

Macros

#define ENABLE_TEMPORARIES
 
#define N   NDIM1
 
#define NITER   1
 
#define NLOOP_MIN   1000;
 
#define NTYPES   4
 
#define TEST(N)
 
#define TEST_SYM
 

Functions

int main (int argc, char *argv[])
 
template<unsigned int NDIM1, unsigned int NDIM2>
int test_smatrix_op ()
 
template<unsigned int NDIM1, unsigned int NDIM2>
int test_smatrix_sym_op ()
 
template<unsigned int NDIM1, unsigned int NDIM2>
int test_tmatrix_op ()
 
template<unsigned int NDIM1, unsigned int NDIM2>
int test_tmatrix_sym_op ()
 
int testOperations ()
 

Variables

int MATRIX_SIZE
 
int NLOOP
 
int TEST_TYPE
 

Macro Definition Documentation

◆ ENABLE_TEMPORARIES

#define ENABLE_TEMPORARIES

Definition at line 1 of file testOperations.cxx.

◆ N

#define N   NDIM1

◆ NITER

#define NITER   1

Definition at line 22 of file testOperations.cxx.

◆ NLOOP_MIN

#define NLOOP_MIN   1000;

Definition at line 25 of file testOperations.cxx.

◆ NTYPES

#define NTYPES   4

Definition at line 708 of file testOperations.cxx.

◆ TEST

#define TEST (   N)
Value:
TEST_TYPE=0; test_smatrix_op<N,N>(); \
TEST_TYPE=1; test_tmatrix_op<N,N>(); \
TEST_TYPE=2; test_smatrix_sym_op<N,N>(); \
TEST_TYPE=3; test_tmatrix_sym_op<N,N>();
int MATRIX_SIZE
#define N

Definition at line 709 of file testOperations.cxx.

◆ TEST_SYM

#define TEST_SYM

Definition at line 16 of file testOperations.cxx.

Function Documentation

◆ main()

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

Definition at line 773 of file testOperations.cxx.

◆ test_smatrix_op()

template<unsigned int NDIM1, unsigned int NDIM2>
int test_smatrix_op ( )

Definition at line 61 of file testOperations.cxx.

◆ test_smatrix_sym_op()

template<unsigned int NDIM1, unsigned int NDIM2>
int test_smatrix_sym_op ( )

Definition at line 186 of file testOperations.cxx.

◆ test_tmatrix_op()

template<unsigned int NDIM1, unsigned int NDIM2>
int test_tmatrix_op ( )

Definition at line 290 of file testOperations.cxx.

◆ test_tmatrix_sym_op()

template<unsigned int NDIM1, unsigned int NDIM2>
int test_tmatrix_sym_op ( )

Definition at line 403 of file testOperations.cxx.

◆ testOperations()

int testOperations ( )

Definition at line 762 of file testOperations.cxx.

Variable Documentation

◆ MATRIX_SIZE

int MATRIX_SIZE

Definition at line 732 of file testOperations.cxx.

◆ NLOOP

int NLOOP

Definition at line 46 of file testOperations.cxx.

◆ TEST_TYPE

int TEST_TYPE

Definition at line 731 of file testOperations.cxx.