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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Operator::Transform OT = Operator::Transform::None, Operator::Restrict OR = Operator::Restrict::None, Operator::Hint OH = Operator::Hint::None, class XA , class XB , TensorTrain::IsOperatorish RA = RemoveReference<XA>, class RB = RemoveReference<XB>>
requires (TensorTrain::IsOperatorish<RB> || TensorTrain::IsTensorish<RemoveReference<XB>>) && IsInvocable<Transform<OT>, XA> && IsInvocable<Mul, ResultOf<Restrict<OR>, ResultOf<Transform<OT>, XA>>, XB>
static constexpr auto pRC::apply (XA &&a, XB &&b)