Show
Ignore:
Timestamp:
08/12/09 16:47:33 (15 years ago)
Author:
smidl
Message:

LQG basic implementation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/CMakeLists.txt

    r498 r508  
    22 
    33SET(bdm_base base/bdmbase.cpp base/bdmbase.h base/datasources.cpp base/datasources.h base/loggers.cpp base/loggers.h) 
    4 SET(bdm_math math/square_mat.cpp math/square_mat.h math/chmat.cpp math/chmat.h math/functions.cpp math/functions.h) 
     4SET(bdm_math math/square_mat.cpp math/square_mat.h  
     5        math/chmat.cpp math/chmat.h  
     6        math/functions.cpp math/functions.h) 
    57SET(bdm_stat stat/exp_family.cpp stat/exp_family.h stat/emix.cpp stat/emix.h stat/merger.h stat/merger.cpp) 
    68SET(bdm_estim estim/kalman.cpp estim/kalman.h estim/particles.cpp estim/particles.h estim/arx.cpp estim/arx.h estim/mixtures.cpp estim/mixtures.h) 
    7 SET(bdm_user_info base/libconfig/libconfigcpp.cc base/libconfig/grammar.c base/libconfig/libconfig.c base/libconfig/scanner.c base/user_info.cpp base/user_info.h ) 
     9SET(bdm_ctrl design/ctrlbase.cpp design/ctrlbase.h) 
     10SET(bdm_user_info base/libconfig/libconfigcpp.cc base/libconfig/grammar.c base/libconfig/libconfig.c base/libconfig/scanner.c  
     11        base/user_info.cpp base/user_info.h ) 
    812SET(bdm_mex mex/mex_datasource.h mex/mex_parser.h mex/mex_logger.h  ) 
    913