reorganize header files, split MatrixBase into smaller files.

expose only a few meta-headers to the user, the rest moves to a internal/ subdirectory
This commit is contained in:
Benoit Jacob
2007-09-09 09:41:15 +00:00
parent 3b727ef939
commit 1af61c6ff0
22 changed files with 294 additions and 153 deletions

View File

@@ -26,11 +26,11 @@
#ifndef EIGEN_TEST_MAIN_H
#define EIGEN_TEST_MAIN_H
#include<QtTest/QtTest>
#include<All.h>
#include<complex>
#include<cstdlib>
#include<ctime>
#include <QtTest/QtTest>
#include <All>
#include <complex>
#include <cstdlib>
#include <ctime>
using namespace std;
using namespace Eigen;