ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 14 of file testKalman.cxx.

Function Documentation

int main ( )

Definition at line 566 of file testKalman.cxx.

int test_smatrix_kalman ( )

Definition at line 44 of file testKalman.cxx.

Referenced by testKalman().

int test_smatrix_sym_kalman ( )

Definition at line 168 of file testKalman.cxx.

Referenced by testKalman().

int test_tmatrix_kalman ( )

Definition at line 324 of file testKalman.cxx.

Referenced by testKalman().

int testKalman ( )

Definition at line 549 of file testKalman.cxx.

Referenced by main().