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

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class XA , class XB , class RA = RemoveReference<XA>, class RB = RemoveReference<XB>>
requires ((TensorTrain::IsTensorish<RA> && TensorTrain::IsTensorish<RB>) || (TensorTrain::IsOperatorish<RA> && TensorTrain::IsOperatorish<RB>)) && IsInvocable<Minus, XB> && IsInvocable<Add, XA, ResultOf<Minus, XB>>
static constexpr auto pRC::operator- (XA &&a, XB &&b)