|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/view.hpp>#include <prc/core/tensor/declarations.hpp>#include <prc/core/tensor/views/tensor_product.hpp>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>, class EA = ResultOf<XA, typename RA::Subscripts>, class EB = ResultOf<XB, typename RB::Subscripts>> requires IsInvocable<Mul, EA, EB> | |
| static constexpr auto | pRC::tensorProduct (XA &&a, XB &&b) |