Main MRPT website > C++ reference
MRPT logo
Skyline
Go to the documentation of this file.
00001 #ifndef EIGEN_SKYLINE_MODULE_H
00002 #define EIGEN_SKYLINE_MODULE_H
00003 
00004 
00005 #include "Eigen/Core"
00006 
00007 #include "Eigen/src/Core/util/DisableStupidWarnings.h"
00008 
00009 #include <map>
00010 #include <cstdlib>
00011 #include <cstring>
00012 #include <algorithm>
00013 
00014 namespace Eigen {
00015 
00016     /** \ingroup Unsupported_modules
00017      *  \defgroup Skyline_Module Skyline module  
00018  * \ingroup eigen_grp
00019  * \ingroup eigen_grp
00020      *
00021      *
00022      *
00023      *
00024      */
00025 
00026 #include "src/Skyline/SkylineUtil.h"
00027 #include "src/Skyline/SkylineMatrixBase.h"
00028 #include "src/Skyline/SkylineStorage.h"
00029 #include "src/Skyline/SkylineMatrix.h"
00030 #include "src/Skyline/SkylineInplaceLU.h"
00031 #include "src/Skyline/SkylineProduct.h"
00032 
00033 } // namespace Eigen
00034 
00035 #include "Eigen/src/Core/util/ReenableStupidWarnings.h"
00036 
00037 #endif // EIGEN_SKYLINE_MODULE_H



Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo