3#ifndef pRC_CORE_FUNCTORS_INFLATE_H
4#define pRC_CORE_FUNCTORS_INFLATE_H
15 constexpr decltype(
auto)
operator()(
X &&a)
const
Definition cholesky.hpp:18
static constexpr auto inflate(X &&a)
Inflates the sizes of a Tensor by repeating its values.
Definition inflate.hpp:26
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
std::size_t Size
Definition type_traits.hpp:20
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
Definition inflate.hpp:13
Definition type_traits.hpp:38