commit | 1af61c6ff078e6f9f9cd1298374811cfc73d4488 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Sun Sep 09 09:41:15 2007 +0000 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Sun Sep 09 09:41:15 2007 +0000 |
tree | 5121727066ffa461b6575acd9689cc87af150ba6 | |
parent | 3b727ef939f5888a8931b231edcf31c00de8bf69 [diff] [blame] |
reorganize header files, split MatrixBase into smaller files. expose only a few meta-headers to the user, the rest moves to a internal/ subdirectory
diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index 967f0a5..3b44895 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp
@@ -1,4 +1,4 @@ -#include"../src/All.h" +#include "../src/All" using namespace std; using namespace Eigen;