Vowpal Wabbit
Functions | Variables
VW::math Namespace Reference

Functions

template<typename T >
bool are_same (T lhs, T rhs, T tolerance=DEFAULT_TOLERANCE)
 

Variables

constexpr float DEFAULT_FLOAT_TOLERANCE = static_cast<float>(DEFAULT_TOLERANCE)
 

Function Documentation

template<typename T >
bool VW::math::are_same ( lhs,
rhs,
tolerance = DEFAULT_TOLERANCE 
)

Variable Documentation

constexpr float VW::math::DEFAULT_FLOAT_TOLERANCE = static_cast<float>(DEFAULT_TOLERANCE)