3#ifndef pRC_TENSOR_TRAIN_TENSOR_FUNCTIONS_VIEW_H
4#define pRC_TENSOR_TRAIN_TENSOR_FUNCTIONS_VIEW_H
11 template<
class X, If<TensorTrain::IsTensorView<RemoveReference<X>>> = 0>
12 static inline constexpr X view(
X &&a)
17 template<
class T,
class N,
class R>
23 template<
class T,
class N,
class R>
29 template<
class T,
class N,
class R>
30 static inline constexpr auto view(
Definition reference_to_const.hpp:20
Definition reference.hpp:18
Definition type_traits.hpp:17
Definition cholesky.hpp:18
static constexpr X view(X &&a)
Returns a TensorView obtained from a TensorView.
Definition view.hpp:22
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13