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

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

No documentation provided.

Method Dune::XT::Common::FloatCmp::internal::Call::eq

template<class FirstType, class SecondType, class ToleranceType>
static bool Dune::XT::Common::FloatCmp::internal::Call<FirstType, SecondType, ToleranceType, Style::numpy>::eq(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType &atol)

No documentation provided.

Method Dune::XT::Common::FloatCmp::internal::Call::ne

template<class FirstType, class SecondType, class ToleranceType>
static bool Dune::XT::Common::FloatCmp::internal::Call<FirstType, SecondType, ToleranceType, Style::numpy>::ne(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType &atol)

No documentation provided.

Method Dune::XT::Common::FloatCmp::internal::Call::gt

template<class FirstType, class SecondType, class ToleranceType>
static bool Dune::XT::Common::FloatCmp::internal::Call<FirstType, SecondType, ToleranceType, Style::numpy>::gt(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType &atol)

No documentation provided.

Method Dune::XT::Common::FloatCmp::internal::Call::lt

template<class FirstType, class SecondType, class ToleranceType>
static bool Dune::XT::Common::FloatCmp::internal::Call<FirstType, SecondType, ToleranceType, Style::numpy>::lt(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType &atol)

No documentation provided.

Method Dune::XT::Common::FloatCmp::internal::Call::ge

template<class FirstType, class SecondType, class ToleranceType>
static bool Dune::XT::Common::FloatCmp::internal::Call<FirstType, SecondType, ToleranceType, Style::numpy>::ge(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType &atol)

No documentation provided.

Method Dune::XT::Common::FloatCmp::internal::Call::le

template<class FirstType, class SecondType, class ToleranceType>
static bool Dune::XT::Common::FloatCmp::internal::Call<FirstType, SecondType, ToleranceType, Style::numpy>::le(const FirstType &first, const SecondType &second, const ToleranceType &rtol, const ToleranceType &atol)

No documentation provided.