|
cMHN 1.1
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 , If< TensorTrain::IsOperatorView< RemoveReference< X > > > = 0> | |
| static constexpr X | 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 |