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