3#ifndef pRC_CORE_TENSOR_FUNCTIONS_COMPLEXIFY_H
4#define pRC_CORE_TENSOR_FUNCTIONS_COMPLEXIFY_H
13 requires IsTensorish<RemoveReference<X>> &&
14 IsInvocable<Loop<Complexify>, X>
Definition cholesky.hpp:10
static constexpr decltype(auto) complexify(X &&a)
Definition complexify.hpp:12
static constexpr auto loop(F &&f, Xs &&...args)
Definition loop.hpp:20