- Timestamp:
- 01/28/09 10:00:56 (16 years ago)
- Location:
- tests
- Files:
-
- 21 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/UI/UIbuilder_test.cpp
r249 r254 3 3 using namespace libconfig; 4 4 using namespace std; 5 using namespace itpp;5 using namespace bdm; 6 6 7 7 class cls { -
tests/arx_elem_test.cpp
r211 r254 1 1 #include <estim/arx.h> 2 2 #include <stat/libEF.h> 3 using namespace itpp;3 using namespace bdm; 4 4 5 5 //These lines are needed for use of cout and endl -
tests/arx_test.cpp
r211 r254 1 1 #include <estim/arx.h> 2 2 #include <stat/libEF.h> 3 using namespace itpp;3 using namespace bdm; 4 4 5 5 //These lines are needed for use of cout and endl -
tests/datalink_test.cpp
r192 r254 4 4 #include "../bdm/math/chmat.h" 5 5 6 using namespace itpp;6 using namespace bdm; 7 7 8 8 //These lines are needed for use of cout and endl -
tests/egiw_test.cpp
r211 r254 1 1 #include <stat/libEF.h> 2 using namespace itpp;2 using namespace bdm; 3 3 4 4 //These lines are needed for use of cout and endl -
tests/emix_test.cpp
r211 r254 1 1 #include <stat/libEF.h> 2 2 #include <stat/emix.h> 3 using namespace itpp;3 using namespace bdm; 4 4 5 5 //These lines are needed for use of cout and endl -
tests/enorm_test.cpp
r211 r254 1 1 #include <stat/libEF.h> 2 2 #include <stat/emix.h> 3 using namespace itpp;3 using namespace bdm; 4 4 5 5 //These lines are needed for use of cout and endl -
tests/loggers_test.cpp
r162 r254 2 2 #include <stat/loggers.h> 3 3 4 using namespace itpp;4 using namespace bdm; 5 5 6 6 //These lines are needed for use of cout and endl -
tests/merger_2d_test.cpp
r213 r254 3 3 #include <estim/merger.h> 4 4 5 using namespace itpp;5 using namespace bdm; 6 6 7 7 //These lines are needed for use of cout and endl -
tests/merger_iter_test.cpp
r211 r254 3 3 #include <estim/merger.h> 4 4 5 using namespace itpp;5 using namespace bdm; 6 6 7 7 //These lines are needed for use of cout and endl -
tests/merger_test.cpp
r211 r254 3 3 #include <estim/merger.h> 4 4 5 using namespace itpp;5 using namespace bdm; 6 6 7 7 //These lines are needed for use of cout and endl -
tests/mixef_test.cpp
r201 r254 2 2 #include <estim/arx.h> 3 3 #include <stat/libEF.h> 4 using namespace itpp;4 using namespace bdm; 5 5 6 6 //These lines are needed for use of cout and endl -
tests/rv_test.cpp
r182 r254 4 4 #include "../bdm/math/chmat.h" 5 5 6 using namespace itpp;6 using namespace bdm; 7 7 8 8 //These lines are needed for use of cout and endl -
tests/test0.cpp
r211 r254 5 5 6 6 #include <vector> 7 using namespace itpp;7 using namespace bdm; 8 8 9 9 //These lines are needed for use of cout and endl -
tests/testEpdf.cpp
r214 r254 2 2 #include <stat/libEF.h> 3 3 4 using namespace itpp;4 using namespace bdm; 5 5 6 6 //These lines are needed for use of cout and endl -
tests/testKF.cpp
r170 r254 2 2 #include <estim/libKF.h> 3 3 4 using namespace itpp;4 using namespace bdm; 5 5 6 6 //These lines are needed for use of cout and endl -
tests/testKF_QR.cpp
r170 r254 3 3 #include <estim/libPF.h> 4 4 5 using namespace itpp;5 using namespace bdm; 6 6 7 7 //These lines are needed for use of cout and endl -
tests/testKF_QRexh.cpp
r162 r254 3 3 #include <estim/libPF.h> 4 4 5 using namespace itpp;5 using namespace bdm; 6 6 7 7 //These lines are needed for use of cout and endl -
tests/testPF.cpp
r32 r254 4 4 #include <stat/libEF.h> 5 5 6 using namespace itpp;6 using namespace bdm; 7 7 8 8 //These lines are needed for use of cout and endl -
tests/testResample.cpp
r32 r254 4 4 #include <stat/libEF.h> 5 5 6 using namespace itpp;6 using namespace bdm; 7 7 8 8 //These lines are needed for use of cout and endl -
tests/testSmp.cpp
r211 r254 3 3 #include <stat/emix.h> 4 4 5 using namespace itpp;5 using namespace bdm; 6 6 7 7 //These lines are needed for use of cout and endl