|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/tensor_train/tensor/views/reference.hpp>#include <prc/tensor_train/tensor/views/reference_to_const.hpp>Go to the source code of this file.
Namespaces | |
| namespace | pRC |
Functions | |
| template<class X > requires TensorTrain::IsTensorView<RemoveReference<X>> | |
| static constexpr decltype(auto) | pRC::view (X &&a) |
| template<class T , class N , class R > | |
| static constexpr auto | pRC::view (TensorTrain::Tensor< T, N, R > const &a) |
| template<class T , class N , class R > | |
| static constexpr auto | pRC::view (TensorTrain::Tensor< T, N, R > &a) |
| template<class T , class N , class R > | |
| static constexpr auto | pRC::view (TensorTrain::Tensor< T, N, R > const &&)=delete |