sync with default branch

This commit is contained in:
Gael Guennebaud
2010-07-22 16:29:35 +02:00
91 changed files with 5391 additions and 602 deletions

View File

@@ -10,8 +10,8 @@ using namespace std;
using namespace Eigen;
#ifndef SCALAR
#define SCALAR std::complex<float>
// #define SCALAR float
// #define SCALAR std::complex<float>
#define SCALAR float
#endif
typedef SCALAR Scalar;