aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/SuperLUSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-02-18 10:23:32 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-02-18 10:23:32 +0100
commit3345ea0ddd1b69242cd1f908490acbc2ebc8be89 (patch)
treec126db93d473da7960ce9e47355bd76df118c05d /unsupported/Eigen/SuperLUSupport
parent9195a224f3ad33e7039418a92d1631ceb695a414 (diff)
clean a bit SuperLU declarations
Diffstat (limited to 'unsupported/Eigen/SuperLUSupport')
-rw-r--r--unsupported/Eigen/SuperLUSupport12
1 files changed, 0 insertions, 12 deletions
diff --git a/unsupported/Eigen/SuperLUSupport b/unsupported/Eigen/SuperLUSupport
index a77ea4def..1a6ada619 100644
--- a/unsupported/Eigen/SuperLUSupport
+++ b/unsupported/Eigen/SuperLUSupport
@@ -10,18 +10,6 @@ typedef int int_t;
#include <supermatrix.h>
#include <slu_util.h>
-namespace SuperLU_S {
-#include <slu_sdefs.h>
-}
-namespace SuperLU_D {
-#include <slu_ddefs.h>
-}
-namespace SuperLU_C {
-#include <slu_cdefs.h>
-}
-namespace SuperLU_Z {
-#include <slu_zdefs.h>
-}
namespace Eigen { struct SluMatrix; }
namespace Eigen {