3#ifndef pRC_CORE_TENSOR_FUNCTIONS_LINEARIZE_H
4#define pRC_CORE_TENSOR_FUNCTIONS_LINEARIZE_H
11 template<
class X,
class R = RemoveReference<X>, If<IsTensorish<R>> = 0,
12 If<IsSatisfied<(
typename R::Dimension{} > 0)>> = 0,
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
static constexpr auto linearize(X &&a)
Definition linearize.hpp:14
std::is_invocable< F, Args... > IsInvocable
Definition type_traits.hpp:134