* fix Eigen2Support, was not including VectorBlock.h

* move the corners support stuff to a new Block.h there
* expand the unit test
This commit is contained in:
Benoit Jacob
2010-04-22 14:31:39 -04:00
parent 00c716d20e
commit bc22f4da9d
3 changed files with 9 additions and 114 deletions

View File

@@ -47,6 +47,9 @@ namespace Eigen {
#include "src/Eigen2Support/Cwise.h"
#include "src/Eigen2Support/CwiseOperators.h"
#include "src/Eigen2Support/TriangularSolver.h"
#include "src/Eigen2Support/Block.h"
#include "src/Eigen2Support/VectorBlock.h"
} // namespace Eigen