cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pow.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class XA , class XB >
requires IsTensorish<RemoveReference<XA>> && IsTensorish<RemoveReference<XB>> && IsInvocable<Loop<Pow>, XA, XB>
static constexpr auto pRC::pow (XA &&a, XB &&b)