ROOT 6.10/09 Reference Guide |
#include "Math/SVector.h"
#include "Math/SMatrix.h"
#include "TMatrixD.h"
#include "TVectorD.h"
#include "TFile.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TRandom3.h"
#include "TStopwatch.h"
#include <iostream>
#include <map>
Macros | |
#define | NITER 1 |
#define | NLOOP 1000000 |
#define | NMAX1 9 |
#define | NMAX2 7 |
#define | OPTIMIZED_SMATRIX_SYM |
#define | RUN_ALL_POINTS |
#define | TR(N1, N2) { TestRunner<N1,N2> tr; if (tr.run()) return -1; } |
Functions | |
template<class M > | |
void | fillRandomMat (TRandom &r, M &m, unsigned int first, unsigned int second, unsigned int start=0, double offset=1) |
template<class M > | |
void | fillRandomSym (TRandom &r, M &m, unsigned int first, unsigned int start=0, double offset=1) |
template<class V > | |
void | fillRandomVec (TRandom &r, V &v, unsigned int len, unsigned int start=0, double offset=1) |
int | main (int argc, char *argv[]) |
void | printTime (TStopwatch &time, std::string s) |
int | runTest () |
Variables | |
TimeReport | gReporter |
double | refTime1 [4] = { 40.49, 53.75, 83.21,1000 } |
double | refTime2 [4] = { 393.81, 462.16, 785.50,10000 } |
#define NITER 1 |
Definition at line 32 of file stressKalman.cxx.
#define NLOOP 1000000 |
Definition at line 34 of file stressKalman.cxx.
#define NMAX1 9 |
Definition at line 202 of file stressKalman.cxx.
#define NMAX2 7 |
Definition at line 203 of file stressKalman.cxx.
#define OPTIMIZED_SMATRIX_SYM |
#define RUN_ALL_POINTS |
Definition at line 2 of file stressKalman.cxx.
#define TR | ( | N1, | |
N2 | |||
) | { TestRunner<N1,N2> tr; if (tr.run()) return -1; } |
Definition at line 77 of file stressKalman.cxx.
void fillRandomMat | ( | TRandom & | r, |
M & | m, | ||
unsigned int | first, | ||
unsigned int | second, | ||
unsigned int | start = 0 , |
||
double | offset = 1 |
||
) |
Definition at line 165 of file stressKalman.cxx.
void fillRandomSym | ( | TRandom & | r, |
M & | m, | ||
unsigned int | first, | ||
unsigned int | start = 0 , |
||
double | offset = 1 |
||
) |
Definition at line 172 of file stressKalman.cxx.
void fillRandomVec | ( | TRandom & | r, |
V & | v, | ||
unsigned int | len, | ||
unsigned int | start = 0 , |
||
double | offset = 1 |
||
) |
Definition at line 159 of file stressKalman.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 923 of file stressKalman.cxx.
void printTime | ( | TStopwatch & | time, |
std::string | s | ||
) |
Definition at line 190 of file stressKalman.cxx.
int runTest | ( | ) |
Definition at line 81 of file stressKalman.cxx.
TimeReport gReporter |
Definition at line 334 of file stressKalman.cxx.
double refTime1[4] = { 40.49, 53.75, 83.21,1000 } |
Definition at line 199 of file stressKalman.cxx.
double refTime2[4] = { 393.81, 462.16, 785.50,10000 } |
Definition at line 200 of file stressKalman.cxx.