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 IsTensorView<RemoveReference<X>>
static constexpr decltype(auto) pRC::view (X &&a)
 
template<class T , Size... Ns>
static constexpr auto pRC::view (Tensor< T, Ns... > const &a)
 
template<class T , Size... Ns>
static constexpr auto pRC::view (Tensor< T, Ns... > &a)
 
template<class T , Size... Ns>
static constexpr auto pRC::view (Tensor< T, Ns... > const &&)=delete