cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
outer_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 IsInvocable<TensorProduct, XA, ResultOf<Conj, XB>>
static constexpr auto pRC::outerProduct (XA &&a, XB &&b)