Re: [eigen] new types / NumTraits |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Regarding Eigen's side, perhaps it would make more sense to move it to NumTraits with a default implementation relying on std::numeric_limits<T>::digits10 if available and our log10(eps) hack otherwise (using SFINAE)
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |