- Timestamp:
- 05/09/08 17:31:57 (17 years ago)
- Location:
- tests
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
tests/CMakeLists.txt
r87 r100 24 24 target_link_libraries (fsqmat_test ${BdmLibs}) 25 25 26 add_executable (arx_test arx_test.cpp) 27 target_link_libraries (arx_test ${BdmLibs}) 26 28 27 29 add_executable (loggers_test loggers_test.cpp) -
tests/testKF.cpp
r87 r100 39 39 Ndat = 10;//Dt.cols(); 40 40 int dimx = A.rows(); 41 int dimy = C.rows();42 int dimu = B.cols();43 41 44 42 // Prepare for Kalman filters in BDM: 45 43 ivec tmpsize(1); 46 44 tmpsize(0) = A.cols(); 47 RV rx("1","{x }",tmpsize,"0");45 RV rx("1","{x }",tmpsize,"0"); 48 46 tmpsize(0) = B.cols(); 49 RV ru("2","{u }",tmpsize,"0");47 RV ru("2","{u }",tmpsize,"0"); 50 48 tmpsize(0) = C.rows(); 51 RV ry("3","{y }",tmpsize,"0");49 RV ry("3","{y }",tmpsize,"0"); 52 50 53 51 // // LDMAT