cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
tensor_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>, class EA = ResultOf<XA, typename RA::Subscripts>, class EB = ResultOf<XB, typename RB::Subscripts>>
requires IsInvocable<Mul, EA, EB>
static constexpr auto pRC::tensorProduct (XA &&a, XB &&b)