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 "formatters.hpp"
00018 
00019 #ifndef EIGEN_MATRIXBASE_PLUGIN
00020   #define EIGEN_MATRIXBASE_PLUGIN <ecl/linear_algebra/eigen_plugin.hpp>
00021 #endif
00022 
00023 #include <Eigen/LeastSquares>
00024 
00025 #endif /* ECL_LINEAR_ALGEBRA_LEAST_SQUARES_HPP_ */


ecl_linear_algebra
Author(s): Daniel Stonier
autogenerated on Wed Aug 26 2015 11:27:14