|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/conj.hpp>#include <prc/core/functors/tensor_product.hpp>#include <prc/core/tensor/declarations.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>> requires IsInvocable<TensorProduct, XA, ResultOf<Conj, XB>> | |
| static constexpr auto | pRC::outerProduct (XA &&a, XB &&b) |