| 48 | * \brief The default epsilon for approximate comparisons |
| 49 | */ |
| 50 | static constexpr CUMAT_STRONG_INLINE ElementalType epsilon() {return std::numeric_limits<T>::epsilon();} |
| 51 | }; |
| 52 | |
| 53 | template <> |
nothing calls this directly
no outgoing calls
no test coverage detected