3#ifndef pRC_CORE_TENSOR_FUNCTIONS_UNFOLDING_H
4#define pRC_CORE_TENSOR_FUNCTIONS_UNFOLDING_H
10 template<Index K,
class X, IsTensorish R = RemoveReference<X>>
11 requires(K + 1 < R::Dimension)
Definition cholesky.hpp:10
static constexpr auto trim(Sequence< T, Is... > const)
Definition sequence.hpp:643
static constexpr auto reshape(X &&a)
Definition reshape.hpp:14
static constexpr auto unfolding(X &&a)
Definition unfolding.hpp:12