Go to the documentation of this file.00001
00008
00009
00010
00011
00012 #ifndef ECL_LINEAR_ALGEBRA_CORE_HPP_
00013 #define ECL_LINEAR_ALGEBRA_CORE_HPP_
00014
00015
00016
00017
00018
00019 #include <ecl/linear_algebra/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 #if defined ECL_EIGEN_IS_INTERNAL_3_1_2
00027 #include <ecl/Eigen3.1.2/Core>
00028 #else
00029 #include <Eigen/Core>
00030 #endif
00031
00032 #endif