Use default eigen in Approximation...

This commit is contained in:
jriegel 2014-08-13 21:00:15 +02:00
parent b5431d57e0
commit 6303650cc1

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;