|
pRC
multi-purpose Tensor Train library for C++
|
#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 , If< TensorTrain::IsTensorView< RemoveReference< X > > > = 0> | |
| static constexpr X | 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 |