ROOT  6.06/08
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:

Go to the source code of this file.

Macros

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

Functions

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

Macro Definition Documentation

§ NDIM1

#define NDIM1   2

§ NDIM2

#define NDIM2   5

§ NITER

#define NITER   1

§ NLOOP

#define NLOOP   1000000

§ 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.

Referenced by testKalman().

§ test_smatrix_sym_kalman()

int test_smatrix_sym_kalman ( )

Definition at line 168 of file testKalman.cxx.

Referenced by testKalman().

§ test_tmatrix_kalman()

int test_tmatrix_kalman ( )

Definition at line 324 of file testKalman.cxx.

Referenced by testKalman().

§ testKalman()

int testKalman ( )

Definition at line 549 of file testKalman.cxx.

Referenced by main().