Logo ROOT   6.08/07
Reference Guide
Macros | Functions
testKalman.cxx File Reference
#include "Math/SVector.h"
#include "Math/SMatrix.h"
#include "TMatrixD.h"
#include "TVectorD.h"
#include "TRandom3.h"
#include "matrix_util.h"
#include <iostream>
#include "TestTimer.h"
Include dependency graph for testKalman.cxx:

Macros

#define NDIM1   2
 
#define NDIM2   5
 
#define NITER   1
 
#define NLOOP   1000000
 
#define OPTIMIZED_SMATRIX_SYM
 
#define OPTIMIZED_TMATRIX
 
#define TEST_SYM
 

Functions

int main ()
 
int test_smatrix_kalman ()
 
int test_smatrix_sym_kalman ()
 
int test_tmatrix_kalman ()
 
int testKalman ()
 

Macro Definition Documentation

◆ NDIM1

#define NDIM1   2

Definition at line 30 of file testKalman.cxx.

◆ NDIM2

#define NDIM2   5

Definition at line 33 of file testKalman.cxx.

◆ NITER

#define NITER   1

Definition at line 36 of file testKalman.cxx.

◆ NLOOP

#define NLOOP   1000000

Definition at line 38 of file testKalman.cxx.

◆ OPTIMIZED_SMATRIX_SYM

#define OPTIMIZED_SMATRIX_SYM

◆ OPTIMIZED_TMATRIX

#define OPTIMIZED_TMATRIX

◆ TEST_SYM

#define TEST_SYM

Definition at line 14 of file testKalman.cxx.

Function Documentation

◆ main()

int main ( )

Definition at line 566 of file testKalman.cxx.

◆ test_smatrix_kalman()

int test_smatrix_kalman ( )

Definition at line 44 of file testKalman.cxx.

◆ test_smatrix_sym_kalman()

int test_smatrix_sym_kalman ( )

Definition at line 168 of file testKalman.cxx.

◆ test_tmatrix_kalman()

int test_tmatrix_kalman ( )

Definition at line 324 of file testKalman.cxx.

◆ testKalman()

int testKalman ( )

Definition at line 549 of file testKalman.cxx.