Optimize NumTraits::Literal for intervals.

This commit is contained in:
Marc Glisse 2016-09-13 14:38:47 +02:00
parent c56c5b0241
commit ddb5bf91e8
1 changed files with 1 additions and 0 deletions

View File

@ -1270,6 +1270,7 @@ namespace Eigen {
typedef CGAL::Interval_nt<b> Real;
typedef CGAL::Interval_nt<b> NonInteger;
typedef CGAL::Interval_nt<b> Nested;
typedef double Literal;
static inline Real epsilon() { return 0; }
static inline Real dummy_precision() { return 0; }