|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/direct_sum.hpp>#include <prc/core/functors/view.hpp>#include <prc/tensor_train/common/functions/enumerate.hpp>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>, If< TensorTrain::IsTensorish< RA > > = 0, If< TensorTrain::IsTensorish< RB > > = 0, If< IsSame< typename RA::Sizes, typename RB::Sizes > > = 0, If< HasCommon< typename RA::Type, typename RB::Type > > = 0> | |
| static constexpr auto | pRC::operator+ (XA &&a, XB &&b) |