Changeset 689 for library/tests/LQG_test.cpp
- Timestamp:
- 11/02/09 01:09:42 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/LQG_test.cpp
r605 r689 5 5 using namespace bdm; 6 6 7 TEST( test_LQG) {7 TEST(LQG_test) { 8 8 LQG reg; 9 9 shared_ptr<StateSpace<fsqmat> > stsp=new StateSpace<fsqmat>; … … 18 18 } 19 19 20 TEST(t est_to_state) {20 TEST(to_state_test) { 21 21 mlnorm<fsqmat> ml; 22 22 mat A="1.1, 2.3";