cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
direct_sum.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) && HasCommon<typename RA::Type, typename RB::Type>
static constexpr auto pRC::directSum (XA &&a, XB &&b)