cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
restrict.hpp File Reference
#include <prc/core/functors/view.hpp>
#include <prc/core/tensor/operator/restrict.hpp>
#include <prc/tensor_train/operator/type_traits.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<Operator::Restrict OR = Operator::Restrict::None, class X , class R = RemoveReference<X>, If< TensorTrain::IsOperatorish< R > > = 0>
static constexpr decltype(autopRC::restrict (X &&a)