fix compilation of sparse tests

This commit is contained in:
Gael Guennebaud 2010-06-19 15:24:39 +02:00
parent b1103c5767
commit 17af8c763d
4 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,6 @@ namespace std {
#include <Eigen/Cholesky> #include <Eigen/Cholesky>
#include <Eigen/LU> #include <Eigen/LU>
#include <Eigen/Sparse> #include <Eigen/Sparse>
#include <Eigen/SparseExtra>
enum { enum {
ForceNonZeroDiag = 1, ForceNonZeroDiag = 1,

View File

@ -23,6 +23,7 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>. // Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "sparse.h" #include "sparse.h"
#include <Eigen/SparseExtra>
#ifdef EIGEN_TAUCS_SUPPORT #ifdef EIGEN_TAUCS_SUPPORT
#include <Eigen/TaucsSupport> #include <Eigen/TaucsSupport>

View File

@ -23,6 +23,7 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>. // Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "sparse.h" #include "sparse.h"
#include <Eigen/SparseExtra>
#ifdef EIGEN_CHOLMOD_SUPPORT #ifdef EIGEN_CHOLMOD_SUPPORT
#include <Eigen/CholmodSupport> #include <Eigen/CholmodSupport>

View File

@ -23,6 +23,7 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>. // Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "sparse.h" #include "sparse.h"
#include <Eigen/SparseExtra>
#ifdef EIGEN_UMFPACK_SUPPORT #ifdef EIGEN_UMFPACK_SUPPORT
#include <Eigen/UmfPackSupport> #include <Eigen/UmfPackSupport>