lu.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_LINEAR_ALGEBRA_LU_HPP_
00013 #define ECL_LINEAR_ALGEBRA_LU_HPP_
00014 
00015 /*****************************************************************************
00016 ** Includes
00017 *****************************************************************************/
00018 
00019 #include "macros.hpp"
00020 #include "formatters.hpp"
00021 
00022 #ifndef EIGEN_MATRIXBASE_PLUGIN
00023   #define EIGEN_MATRIXBASE_PLUGIN <ecl/linear_algebra/eigen_plugin.hpp>
00024 #endif
00025 
00026 #ifdef ECL_EIGEN_IS_INTERNAL
00027   #include <ecl/Eigen3/LU>
00028 #else
00029   #include <eigen3/Eigen/LU>
00030 #endif
00031 
00032 #endif /* ECL_LINEAR_ALGEBRA_LU_HPP_ */


ecl_linear_algebra
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:12:13