Class template Dune::XT::Common::FloatCmp::internal::Call

template<class FirstType, class SecondType, class ToleranceType, Style style>
class Dune::XT::Common::FloatCmp::internal::Call

No documentation provided.

static bool Dune::XT::Common::FloatCmp::internal::Call::eq(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType&)

No documentation provided.

static bool Dune::XT::Common::FloatCmp::internal::Call::ne(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType&)

No documentation provided.

static bool Dune::XT::Common::FloatCmp::internal::Call::gt(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType&)

No documentation provided.

static bool Dune::XT::Common::FloatCmp::internal::Call::lt(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType&)

No documentation provided.

static bool Dune::XT::Common::FloatCmp::internal::Call::ge(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType&)

No documentation provided.

static bool Dune::XT::Common::FloatCmp::internal::Call::le(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType&)

No documentation provided.