aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/PaStiXSupport
blob: 4ded8e5d008e926aae65dd76e8ea0a404f5b28f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#ifndef EIGEN_PASTIXSUPPORT_MODULE_H
#define EIGEN_PASTIXSUPPORT_MODULE_H

#include "SparseCore"

#include "src/Core/util/DisableStupidWarnings.h"

#include <complex.h>
extern "C" {
#include <pastix_nompi.h>
#include <pastix.h>
}

#ifdef complex
#undef complex
#endif

namespace Eigen {

/** \ingroup Support_modules
  * \defgroup PaStiXSupport_Module PaStiXSupport module
  *
  * \code
  * #include <Eigen/PaStiXSupport>
  * \endcode
  */

#include "src/misc/Solve.h"
#include "src/misc/SparseSolve.h"

#include "src/PaStiXSupport/PaStiXSupport.h"


} // namespace Eigen

#include "src/Core/util/ReenableStupidWarnings.h"

#endif // EIGEN_PASTIXSUPPORT_MODULE_H