|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/value/functions/abs.hpp>#include <prc/core/value/functions/greater_equal.hpp>#include <prc/core/value/functions/sub.hpp>#include <prc/core/value/value.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<IsValue TA, IsValue TB> | |
| static constexpr auto | pRC::delta (TA const &a, TB const &b) |
| template<IsValue TA, IsValue TB> requires IsUnsignedInteger<TA> || IsUnsignedInteger<TB> | |
| static constexpr auto | pRC::delta (TA const &a, TB const &b) |