3#ifndef pRC_CORE_TENSOR_FUNCTIONS_LINEARIZE_H
4#define pRC_CORE_TENSOR_FUNCTIONS_LINEARIZE_H
10 template<
class X, IsTensorish R = RemoveReference<X>>
11 requires(R::Dimension > 0)
Definition cholesky.hpp:10
static constexpr auto reshape(X &&a)
Definition reshape.hpp:14
static constexpr auto linearize(X &&a)
Definition linearize.hpp:12