cholesky.hpp
Go to the documentation of this file.
00001 
00008 /*****************************************************************************
00009 ** Ifdefs
00010 *****************************************************************************/
00011 
00012 #ifndef ECL_LINEAR_ALGEBRA_CHOLESKY_HPP_
00013 #define ECL_LINEAR_ALGEBRA_CHOLESKY_HPP_
00014 
00015 /*****************************************************************************
00016 ** Includes
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/Cholesky>
00028 #else
00029   #include <Eigen/Cholesky>
00030 #endif
00031 
00032 #endif /* ECL_LINEAR_ALGEBRA_CHOLESKY_HPP_ */


ecl_linear_algebra
Author(s): Daniel Stonier
autogenerated on Sun Oct 5 2014 23:35:29