![]() |
ROOT
6.06/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>
Include dependency graph for testOperations.cxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | ENABLE_TEMPORARIES |
| #define | TEST_SYM |
| #define | NITER 1 |
| #define | NLOOP_MIN 1000; |
| #define | N NDIM1 |
| #define | NTYPES 4 |
| #define | TEST(N) |
Functions | |
| 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 () |
| int | main (int argc, char *argv[]) |
Variables | |
| int | NLOOP |
| int | TEST_TYPE |
| int | MATRIX_SIZE |
| #define ENABLE_TEMPORARIES |
Definition at line 1 of file testOperations.cxx.
| #define N NDIM1 |
Referenced by test_tmatrix_sym_op().
| #define NITER 1 |
Definition at line 22 of file testOperations.cxx.
Referenced by test_smatrix_op(), test_smatrix_sym_op(), test_tmatrix_op(), and test_tmatrix_sym_op().
| #define NLOOP_MIN 1000; |
Definition at line 25 of file testOperations.cxx.
Referenced by main(), and testOperations().
| #define NTYPES 4 |
Definition at line 708 of file testOperations.cxx.
| #define TEST | ( | N | ) |
Definition at line 709 of file testOperations.cxx.
Referenced by main(), and testOperations().
| #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.
Referenced by main().
| int MATRIX_SIZE |
Definition at line 732 of file testOperations.cxx.
| int NLOOP |
Definition at line 46 of file testOperations.cxx.
Referenced by main(), and testOperations().
| int TEST_TYPE |
Definition at line 731 of file testOperations.cxx.