|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/basic/functions/zero.hpp>#include <prc/core/value/functions/greater.hpp>#include <prc/core/value/functions/less.hpp>#include <prc/core/value/functions/minus.hpp>#include <prc/core/value/value.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<IsValue T> | |
| static constexpr auto | pRC::sign (T const &a) |
| template<IsValue T> requires IsUnsignedInteger<T> | |
| static constexpr auto | pRC::sign (T const &a) |