remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.

improve porting-Eigen2-to-3 docs
This commit is contained in:
Benoit Jacob
2010-04-22 18:27:13 -04:00
parent ef789fe0d2
commit abbe260905
22 changed files with 114 additions and 124 deletions

View File

@@ -3,7 +3,7 @@
#include <Eigen/Core>
using namespace std;
USING_PART_OF_NAMESPACE_EIGEN
using namespace Eigen;
#ifndef VECTYPE
#define VECTYPE VectorXLd