|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/eval.hpp>#include <prc/core/functors/norm.hpp>#include <prc/core/functors/sub.hpp>#include <prc/core/value/functions/eval.hpp>#include <prc/core/value/functions/norm.hpp>#include <prc/core/value/functions/sub.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class XA , class XB > requires IsInvocable<Sub, XA, XB> && IsInvocable<Norm<>, ResultOf<Sub, XA, XB>> | |
| static constexpr auto | pRC::absoluteError (XA &&a, XB &&b) |