|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <prc/core/tensor/views/reference.hpp>#include <prc/core/tensor/views/reference_to_const.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X , If< IsTensorView< RemoveReference< X > > > = 0> | |
| static constexpr X | 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 |