qtalignedmalloc.hpp
Go to the documentation of this file.
00001 
00006 /*****************************************************************************
00007 ** Ifdefs
00008 *****************************************************************************/
00009 
00010 #ifndef ECL_LINEAR_ALGEBRA_QTALIGNEDMALLOC_HPP_
00011 #define ECL_LINEAR_ALGEBRA_QTALIGNEDMALLOC_HPP_
00012 
00013 /*****************************************************************************
00014 ** Includes
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 // This one is bad - it doesn't inline its headers (Eigen v3.01) - avoid it for now.
00025 
00026 #ifdef ECL_EIGEN_IS_INTERNAL
00027   #include <ecl/Eigen3/QtAlignedMalloc>
00028 #else
00029   #include <eigen3/Eigen/QtAlignedMalloc>
00030 #endif
00031 
00032 #endif /* ECL_LINEAR_ALGEBRA_QTALIGNEDMALLOC_HPP_ */


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