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

@@ -1,5 +1,5 @@
#include <Eigen/Core>
USING_PART_OF_NAMESPACE_EIGEN
using namespace Eigen;
using namespace std;
template<typename Derived>

View File

@@ -9,7 +9,7 @@
// #include "BenchTimer.h"
//
// using namespace std;
// USING_PART_OF_NAMESPACE_EIGEN
// using namespace Eigen;
//
// enum {LazyEval, EarlyEval, OmpEval};
//