3#ifndef pRC_CORE_TENSOR_FUNCTIONS_SCALAR_H
4#define pRC_CORE_TENSOR_FUNCTIONS_SCALAR_H
11 template<
class X, IsTensorish R = RemoveReference<X>>
12 requires IsInvocable<Reshape<>, X>
13 static inline constexpr auto scalar(X &&a)
Definition cholesky.hpp:10
static constexpr auto reshape(X &&a)
Definition reshape.hpp:14
static constexpr auto scalar(X &&a)
Definition scalar.hpp:13