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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class XA , class XB , IsTensorish RA = RemoveReference<XA>, IsTensorish RB = RemoveReference<XB>>
requires (RA::Dimension == RB::Dimension) && IsInvocable<Mul, ResultOf<XA, typename RA::Subscripts>, ResultOf<XB, typename RB::Subscripts>>
static constexpr auto pRC::kroneckerProduct (XA &&a, XB &&b)