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

@@ -1,4 +1,4 @@
#include"../src/All.h"
#include "../src/All"
using namespace std;
using namespace Eigen;