MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / epsilon

Method epsilon

extensions/include/cuMat/src/NumTraits.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected