mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
bug #1596: fix inclusion of Eigen's header within unsupported modules.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#ifndef EIGEN_ARPACKGENERALIZEDSELFADJOINTEIGENSOLVER_H
|
||||
#define EIGEN_ARPACKGENERALIZEDSELFADJOINTEIGENSOLVER_H
|
||||
|
||||
#include <Eigen/Dense>
|
||||
#include "../../../../Eigen/Dense"
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#ifndef EIGEN_CONSTRAINEDCG_H
|
||||
#define EIGEN_CONSTRAINEDCG_H
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include "../../../../Eigen/Core"
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#ifndef EIGEN_DGMRES_H
|
||||
#define EIGEN_DGMRES_H
|
||||
|
||||
#include <Eigen/Eigenvalues>
|
||||
#include "../../../../Eigen/Eigenvalues"
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
#include "SplineFwd.h"
|
||||
|
||||
#include <Eigen/LU>
|
||||
#include <Eigen/QR>
|
||||
#include "../../../../Eigen/LU"
|
||||
#include "../../../../Eigen/QR"
|
||||
|
||||
namespace Eigen
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#ifndef EIGEN_SPLINES_FWD_H
|
||||
#define EIGEN_SPLINES_FWD_H
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include "../../../../Eigen/Core"
|
||||
|
||||
namespace Eigen
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user