Main MRPT website > C++ reference
MRPT logo
LeastSquares
Go to the documentation of this file.
00001 #ifndef EIGEN_REGRESSION_MODULE_H
00002 #define EIGEN_REGRESSION_MODULE_H
00003 
00004 #ifndef EIGEN2_SUPPORT
00005 #error LeastSquares is only available in Eigen2 support mode (define EIGEN2_SUPPORT)
00006 #endif
00007 
00008 // exclude from normal eigen3-only documentation
00009 #ifdef EIGEN2_SUPPORT
00010 
00011 #include "Core"
00012 
00013 #include "src/Core/util/DisableStupidWarnings.h"
00014 
00015 #include "Eigenvalues"
00016 #include "Geometry"
00017 
00018 namespace Eigen {
00019 
00020 /** \defgroup LeastSquares_Module LeastSquares module 
00021  * \ingroup eigen_grp
00022   * This module provides linear regression and related features.
00023   *
00024   * \code
00025   * #include <Eigen/LeastSquares>
00026   * \endcode
00027   */
00028 
00029 #include "src/Eigen2Support/LeastSquares.h"
00030 
00031 } // namespace Eigen
00032 
00033 #include "src/Core/util/ReenableStupidWarnings.h"
00034 
00035 #endif // EIGEN2_SUPPORT
00036 
00037 #endif // EIGEN_REGRESSION_MODULE_H



Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011