|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <prc/tensor_train/operator/views/reference.hpp>#include <prc/tensor_train/operator/views/reference_to_const.hpp>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 |