clean a bit SuperLU declarations

This commit is contained in:
Gael Guennebaud
2011-02-18 10:23:32 +01:00
parent 9195a224f3
commit 3345ea0ddd
2 changed files with 50 additions and 51 deletions

View File

@@ -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 {