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

@@ -23,7 +23,7 @@
// License. This exception does not invalidate any other reasons why a work
// based on this file might be covered by the GNU General Public License.
#include"main.h"
#include "main.h"
template<typename VectorType> void vectorOps(const VectorType& v)
{