|
@ -52,7 +52,7 @@ namespace Eigen { |
|
|
typedef storm::RationalNumber Nested; |
|
|
typedef storm::RationalNumber Nested; |
|
|
static inline Real epsilon() { return 0; } |
|
|
static inline Real epsilon() { return 0; } |
|
|
static inline Real dummy_precision() { return 0; } |
|
|
static inline Real dummy_precision() { return 0; } |
|
|
static inline Real digits10() { return 0; } |
|
|
|
|
|
|
|
|
static inline int digits10() { return 0; } |
|
|
enum { |
|
|
enum { |
|
|
IsInteger = 0, |
|
|
IsInteger = 0, |
|
|
IsSigned = 1, |
|
|
IsSigned = 1, |
|
|