least_squares.hpp
Go to the documentation of this file.
00001 
00006 /*****************************************************************************
00007 ** Ifdefs
00008 *****************************************************************************/
00009 
00010 #ifndef ECL_LINEAR_ALGEBRA_LEAST_SQUARES_HPP_
00011 #define ECL_LINEAR_ALGEBRA_LEAST_SQUARES_HPP_
00012 
00013 /*****************************************************************************
00014 ** Includes
00015 *****************************************************************************/
00016 
00017 #include <ecl/linear_algebra/macros.hpp>
00018 #include "formatters.hpp"
00019 
00020 #ifndef EIGEN_MATRIXBASE_PLUGIN
00021   #define EIGEN_MATRIXBASE_PLUGIN <ecl/linear_algebra/eigen_plugin.hpp>
00022 #endif
00023 
00024 
00025 #ifdef ECL_EIGEN_IS_INTERNAL_3_1_2        
00026   #include <ecl/Eigen3.1.2/LeastSquares>
00027 #endif
00028 
00029 // This is an eigen2 support module, forget it.
00030 
00031 //#ifdef ECL_EIGEN_IS_INTERNAL
00032 //  #include <ecl/Eigen3/LeastSquares>
00033 //#else
00034 //  #include <Eigen/LeastSquares>
00035 //#endif
00036 
00037 #endif /* ECL_LINEAR_ALGEBRA_LEAST_SQUARES_HPP_ */


ecl_linear_algebra
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:29