Function Dune::XT::Common::FloatCmp::internal::cmp_ge

template<class T>
typename std::enable_if<is_arithmetic<T>::value, bool>::type Dune::XT::Common::FloatCmp::internal::cmp_ge(const T &xx, const T &yy, const T &rtol, const T &atol)

No documentation provided.

template<class T>
typename std::enable_if<is_complex<T>::value, bool>::type Dune::XT::Common::FloatCmp::internal::cmp_ge(const T &xx, const T &yy, const T &rtol, const T &atol)

No documentation provided.

template<class XType, class YType, class TolType>
int Dune::XT::Common::FloatCmp::internal::cmp_ge(const XType &xx, const YType &yy, const TolType &rtol, const TolType &atol)

No documentation provided.