Use default eigen in Approximation...

This commit is contained in:
jriegel
2014-08-13 21:00:15 +02:00
parent 8245a64c52
commit e933497ee4

View File

@@ -52,9 +52,9 @@ namespace ublas = boost::numeric::ublas;
extern "C" void LAPACK_DGESV (int const* n, int const* nrhs,
double* a, int const* lda, int* ipiv,
double* b, int const* ldb, int* info);
#elif defined(FC_USE_EIGEN)
# include <Eigen/LeastSquares>
#endif
# include <Eigen/LeastSquares>
using namespace MeshCore;