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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class XA , class XB , TensorTrain::IsOperatorish RA = RemoveReference<XA>, TensorTrain::IsTensorish RB = RemoveReference<XB>>
requires IsSame<typename RA::N, typename RB::N>
static constexpr auto pRC::operator* (XA &&a, XB &&b)
 
template<class XA , class XB , TensorTrain::IsTensorish RA = RemoveReference<XA>, TensorTrain::IsOperatorish RB = RemoveReference<XB>>
requires IsSame<typename RA::N, typename RB::M>
static constexpr auto pRC::operator* (XA &&a, XB &&b)