ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Typedefs | Functions | Variables
testKalman.cxx File Reference
#include <cassert>
#include "Math/SVector.h"
#include "Math/SMatrix.h"
#include "TMatrixD.h"
#include "TVectorD.h"
#include "TRandom3.h"
#include "matrix_util.h"
#include <iostream>
#include <sys/times.h>
#include <unistd.h>
#include "TestTimer.h"
Include dependency graph for testKalman.cxx:

Go to the source code of this file.

Macros

#define TEST_SYM
 
#define NDIM1   5
 
#define NDIM2   5
 
#define NITER   1
 
#define NLOOP   500000
 
#define NLISTSIZE   64
 
#define OPTIMIZED_SMATRIX_SYM
 

Typedefs

typedef double Stype
 

Functions

double cpuTime ()
 
double clockTime ()
 
int test_smatrix_kalman ()
 
int test_smatrix_sym_kalman ()
 
int test_tmatrix_kalman ()
 
int testKalman ()
 
int main ()
 

Variables

const int NLIST = NLISTSIZE
 

Macro Definition Documentation

#define NDIM1   5
#define NDIM2   5
#define NITER   1
#define NLISTSIZE   64

Definition at line 68 of file testKalman.cxx.

#define NLOOP   500000
#define OPTIMIZED_SMATRIX_SYM
#define TEST_SYM

Definition at line 25 of file testKalman.cxx.

Typedef Documentation

typedef double Stype

Definition at line 77 of file testKalman.cxx.

Function Documentation

double clockTime ( )

Definition at line 51 of file testKalman.cxx.

double cpuTime ( )

Definition at line 44 of file testKalman.cxx.

Referenced by ClassImp().

int main ( )

Definition at line 652 of file testKalman.cxx.

int test_smatrix_kalman ( )

Definition at line 87 of file testKalman.cxx.

int test_smatrix_sym_kalman ( )

Definition at line 223 of file testKalman.cxx.

int test_tmatrix_kalman ( )

Definition at line 397 of file testKalman.cxx.

int testKalman ( )

Definition at line 626 of file testKalman.cxx.

Variable Documentation

const int NLIST = NLISTSIZE