|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/tensor_train/operator/declarations.hpp>#include <prc/tensor_train/tensor/declarations.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class XA , class XB , TensorTrain::IsOperatorish RA = RemoveReference<XA>, TensorTrain::IsTensorish RB = RemoveReference<XB>> requires IsSame<typename RA::N, typename RB::N> | |
| static constexpr auto | pRC::operator* (XA &&a, XB &&b) |
| template<class XA , class XB , TensorTrain::IsTensorish RA = RemoveReference<XA>, TensorTrain::IsOperatorish RB = RemoveReference<XB>> requires IsSame<typename RA::N, typename RB::M> | |
| static constexpr auto | pRC::operator* (XA &&a, XB &&b) |