Use default eigen in Approximation...
This commit is contained in:
parent
b5431d57e0
commit
6303650cc1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user