indii/ml/aux/aux.hpp

Go to the documentation of this file.
00001 #ifndef INDII_ML_AUX_AUX_HPP
00002 #define INDII_ML_AUX_AUX_HPP
00003 
00004 /**
00005  * @file aux.hpp
00006  *
00007  * Precompilable header file. Includes all headers from
00008  * indii::ml::aux, which are commonly used by other sources. These
00009  * headers tend to make extensive use of templates and external
00010  * libraries, such that precompiling can lead to significant
00011  * performance gains.
00012  */
00013 
00014 #include "vector.hpp"
00015 #include "matrix.hpp"
00016 #include "kde.hpp"
00017 #include "parallel.hpp"
00018 
00019 #include "Random.hpp"
00020 
00021 #include "Pdf.hpp"
00022 #include "GaussianPdf.hpp"
00023 #include "DiracPdf.hpp"
00024 #include "MixturePdf.hpp"
00025 #include "GaussianMixturePdf.hpp"
00026 #include "DiracMixturePdf.hpp"
00027 
00028 #include "StochasticProcess.hpp"
00029 #include "WienerProcess.hpp"
00030 
00031 #endif

Generated on Wed Dec 17 15:11:57 2008 for dysii Dynamical Systems Library by  doxygen 1.5.3