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
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
00021
00022
00023
00024
00025
00026
00027
00028
00029 #include "src/Eigen2Support/LeastSquares.h"
00030
00031 }
00032
00033 #include "src/Core/util/ReenableStupidWarnings.h"
00034
00035 #endif // EIGEN2_SUPPORT
00036
00037 #endif // EIGEN_REGRESSION_MODULE_H