|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/core/functors/apply.hpp>#include <prc/core/functors/mul.hpp>#include <prc/core/functors/restrict.hpp>#include <prc/core/functors/transform.hpp>#include <prc/core/tensor/operator/hint.hpp>#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<Operator::Transform OT = Operator::Transform::None, Operator::Restrict OR = Operator::Restrict::None, Operator::Hint OH = Operator::Hint::None, class XA , class XB , TensorTrain::IsOperatorish RA = RemoveReference<XA>, class RB = RemoveReference<XB>> requires (TensorTrain::IsOperatorish<RB> || TensorTrain::IsTensorish<RemoveReference<XB>>) && IsInvocable<Transform<OT>, XA> && IsInvocable<Mul, ResultOf<Restrict<OR>, ResultOf<Transform<OT>, XA>>, XB> | |
| static constexpr auto | pRC::apply (XA &&a, XB &&b) |