3#ifndef pRC_CORE_TENSOR_FUNCTIONS_INFLATE_H
4#define pRC_CORE_TENSOR_FUNCTIONS_INFLATE_H
13 requires(
sizeof...(Is) == R::Dimension)
14 static inline constexpr auto
inflate(X &&a)
20 decltype(
typename R::Sizes() *
Sizes<Is...>()),
Sizes<Is...>,
21 V>(
view(forward<X>(a)));
Definition sequence.hpp:29
Definition inflate.hpp:11
Definition concepts.hpp:31
Definition cholesky.hpp:10
std::size_t Size
Definition basics.hpp:31
std::remove_reference_t< T > RemoveReference
Definition basics.hpp:41
static constexpr decltype(auto) view(X &&a)
Definition view.hpp:13
static constexpr decltype(auto) eval(X &&a)
Definition eval.hpp:12
static constexpr auto inflate(X &&a)
Definition inflate.hpp:14