Go to the documentation of this file.00001
00006
00007
00008
00009
00010 #ifndef ECL_LINEAR_ALGEBRA_STDDEQUE_HPP_
00011 #define ECL_LINEAR_ALGEBRA_STDDEQUE_HPP_
00012
00013
00014
00015
00016
00017 #include "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 #ifdef ECL_EIGEN_IS_INTERNAL
00025 #include <ecl/Eigen3/StdDeque>
00026 #else
00027 #include <eigen3/Eigen/StdDeque>
00028 #endif
00029
00030 #endif