mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-16 21:55:58 +08:00
fix various compilations issues
This commit is contained in:
parent
999678c3f0
commit
255f2a1379
@ -114,6 +114,7 @@ template<> struct NumTraits<adtl::adouble>
|
|||||||
IsComplex = 0,
|
IsComplex = 0,
|
||||||
IsInteger = 0,
|
IsInteger = 0,
|
||||||
IsSigned = 1,
|
IsSigned = 1,
|
||||||
|
RequireInitialization = 1,
|
||||||
ReadCost = 1,
|
ReadCost = 1,
|
||||||
AddCost = 1,
|
AddCost = 1,
|
||||||
MulCost = 1
|
MulCost = 1
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include <Eigen/MPRealSupport>
|
#include <Eigen/MPRealSupport>
|
||||||
|
#include <Eigen/LU>
|
||||||
|
#include <Eigen/Eigenvalues>
|
||||||
|
|
||||||
using namespace mpfr;
|
using namespace mpfr;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user