ROOT
6.07/01
Reference Guide
|
#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"
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 () |
#define NDIM1 2 |
Definition at line 30 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), and test_tmatrix_kalman().
#define NDIM2 5 |
Definition at line 33 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_op(), test_smatrix_sym_kalman(), test_tmatrix_kalman(), and test_tmatrix_op().
#define NITER 1 |
Definition at line 36 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), and test_tmatrix_kalman().
#define NLOOP 1000000 |
Definition at line 38 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), and test_tmatrix_kalman().
#define OPTIMIZED_SMATRIX_SYM |
#define OPTIMIZED_TMATRIX |
#define TEST_SYM |
Definition at line 14 of file testKalman.cxx.
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().