Function Dune::XT::Common::FloatCmp::internal::dune_cmp_ge

template<int style, class T>
typename std::enable_if<is_arithmetic<T>::value, bool>::type Dune::XT::Common::FloatCmp::internal::dune_cmp_ge(const T &xx, const T &yy, const T &eps)

No documentation provided.

template<int style, class T>
typename std::enable_if<is_complex<T>::value, bool>::type Dune::XT::Common::FloatCmp::internal::dune_cmp_ge(const T &xx, const T &yy, const T &eps)

No documentation provided.

template<int style, class XType, class YType, class EpsType>
int Dune::XT::Common::FloatCmp::internal::dune_cmp_ge(const XType &xx, const YType &yy, const EpsType &eps)

No documentation provided.