ROOT
6.06/09
Reference Guide
|
#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"
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 |
#define NDIM1 5 |
Definition at line 59 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), and test_tmatrix_kalman().
#define NDIM2 5 |
Definition at line 62 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), and test_tmatrix_kalman().
#define NITER 1 |
Definition at line 65 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), and test_tmatrix_kalman().
#define NLISTSIZE 64 |
Definition at line 68 of file testKalman.cxx.
#define NLOOP 500000 |
Definition at line 67 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), and test_tmatrix_kalman().
#define OPTIMIZED_SMATRIX_SYM |
#define TEST_SYM |
Definition at line 25 of file testKalman.cxx.
Definition at line 77 of file testKalman.cxx.
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.
const int NLIST = NLISTSIZE |
Definition at line 83 of file testKalman.cxx.
Referenced by test_smatrix_kalman(), test_smatrix_sym_kalman(), testATBA_S(), testATBA_S2(), testDot_S(), testGMV(), testInnerProd_S(), testInv_S(), testInvChol_S(), testInvFast_S(), testKalman(), testMad(), testMeq(), testMM(), testMscale(), testMT_S(), testMV(), testVad(), testVeq(), and testVscale().