cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
view.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class X >
requires TensorTrain::IsOperatorView<RemoveReference<X>>
static constexpr decltype(auto) pRC::view (X &&a)
 
template<class T , class M , class N , class R >
static constexpr auto pRC::view (TensorTrain::Operator< T, M, N, R > const &a)
 
template<class T , class M , class N , class R >
static constexpr auto pRC::view (TensorTrain::Operator< T, M, N, R > &a)
 
template<class T , class M , class N , class R >
static constexpr auto pRC::view (TensorTrain::Operator< T, M, N, R > const &&)=delete