ROOT 6.07/09 Reference Guide |
#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>
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 |
#define ENABLE_TEMPORARIES |
Definition at line 1 of file testOperations.cxx.
#define N NDIM1 |
#define NITER 1 |
Definition at line 22 of file testOperations.cxx.
#define NLOOP_MIN 1000; |
Definition at line 25 of file testOperations.cxx.
#define NTYPES 4 |
Definition at line 708 of file testOperations.cxx.
#define TEST | ( | N | ) |
Definition at line 709 of file testOperations.cxx.
#define TEST_SYM |
Definition at line 16 of file testOperations.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 773 of file testOperations.cxx.
int test_smatrix_op | ( | ) |
Definition at line 61 of file testOperations.cxx.
int test_smatrix_sym_op | ( | ) |
Definition at line 186 of file testOperations.cxx.
int test_tmatrix_op | ( | ) |
Definition at line 290 of file testOperations.cxx.
int test_tmatrix_sym_op | ( | ) |
Definition at line 403 of file testOperations.cxx.
int testOperations | ( | ) |
Definition at line 762 of file testOperations.cxx.
int MATRIX_SIZE |
Definition at line 732 of file testOperations.cxx.
int NLOOP |
Definition at line 46 of file testOperations.cxx.
int TEST_TYPE |
Definition at line 731 of file testOperations.cxx.