diff options
Diffstat (limited to 'eigen/Eigen/PaStiXSupport')
-rw-r--r-- | eigen/Eigen/PaStiXSupport | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/eigen/Eigen/PaStiXSupport b/eigen/Eigen/PaStiXSupport index 7c616ee..de3a63b 100644 --- a/eigen/Eigen/PaStiXSupport +++ b/eigen/Eigen/PaStiXSupport @@ -1,3 +1,10 @@ +// This file is part of Eigen, a lightweight C++ template library +// for linear algebra. +// +// This Source Code Form is subject to the terms of the Mozilla +// Public License v. 2.0. If a copy of the MPL was not distributed +// with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + #ifndef EIGEN_PASTIXSUPPORT_MODULE_H #define EIGEN_PASTIXSUPPORT_MODULE_H @@ -5,7 +12,6 @@ #include "src/Core/util/DisableStupidWarnings.h" -#include <complex.h> extern "C" { #include <pastix_nompi.h> #include <pastix.h> @@ -35,12 +41,8 @@ extern "C" { * */ -#include "src/misc/Solve.h" -#include "src/misc/SparseSolve.h" - #include "src/PaStiXSupport/PaStiXSupport.h" - #include "src/Core/util/ReenableStupidWarnings.h" #endif // EIGEN_PASTIXSUPPORT_MODULE_H |