mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
*Eigen: Fixed some include problems that appear when compiling in Linux using Makefile
git-svn-id: svn://ultimatepp.org/upp/trunk@12975 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
addd71baf5
commit
2316b6ea57
4 changed files with 8 additions and 8 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include <utility>
|
||||
#endif
|
||||
|
||||
#include <Eigen/src/Core/util/DisableStupidWarnings.h>
|
||||
#include "../../../Eigen/src/Core/util/DisableStupidWarnings.h"
|
||||
|
||||
#include "../SpecialFunctions"
|
||||
#include "src/util/CXX11Meta.h"
|
||||
|
|
@ -149,6 +149,6 @@ typedef unsigned __int64 uint64_t;
|
|||
|
||||
#include "src/Tensor/TensorIO.h"
|
||||
|
||||
#include <Eigen/src/Core/util/ReenableStupidWarnings.h>
|
||||
#include "../../../Eigen/src/Core/util/ReenableStupidWarnings.h"
|
||||
|
||||
//#endif // EIGEN_CXX11_TENSOR_MODULE
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#include <complex>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <Eigen/Core>
|
||||
#include "../../Eigen/Core"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -12,10 +12,10 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include <Eigen/Jacobi>
|
||||
#include <Eigen/QR>
|
||||
#include <unsupported/Eigen/NumericalDiff>
|
||||
#include "../../Eigen/Core"
|
||||
#include "../../Eigen/Jacobi"
|
||||
#include "../../Eigen/QR"
|
||||
#include "../../unsupported/Eigen/NumericalDiff"
|
||||
|
||||
/**
|
||||
* \defgroup NonLinearOptimization_Module Non linear optimization module
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef EIGEN_NUMERICALDIFF_MODULE
|
||||
#define EIGEN_NUMERICALDIFF_MODULE
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include "../../Eigen/Core"
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue