|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/loop.hpp>#include <prc/core/functors/where.hpp>#include <prc/core/tensor/declarations.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class XE , class XA , class XB > requires IsTensorish<RemoveReference<XE>> && IsTensorish<RemoveReference<XA>> && IsTensorish<RemoveReference<XB>> && IsInvocable<Loop<Where>, XE, XA, XB> | |
| static constexpr auto | pRC::where (XE &&e, XA &&a, XB &&b) |