mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix various compilations issues
This commit is contained in:
@@ -114,6 +114,7 @@ template<> struct NumTraits<adtl::adouble>
|
||||
IsComplex = 0,
|
||||
IsInteger = 0,
|
||||
IsSigned = 1,
|
||||
RequireInitialization = 1,
|
||||
ReadCost = 1,
|
||||
AddCost = 1,
|
||||
MulCost = 1
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include "main.h"
|
||||
#include <Eigen/MPRealSupport>
|
||||
#include <Eigen/LU>
|
||||
#include <Eigen/Eigenvalues>
|
||||
|
||||
using namespace mpfr;
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user