3#ifndef pRC_CORE_TENSOR_FUNCTIONS_LOGICAL_NOT_H
4#define pRC_CORE_TENSOR_FUNCTIONS_LOGICAL_NOT_H
13 requires IsTensorish<RemoveReference<X>> &&
14 IsInvocable<Loop<LogicalNot>, X>
Definition cholesky.hpp:10
static constexpr auto loop(F &&f, Xs &&...args)
Definition loop.hpp:20
static constexpr auto operator!(Position const P)
Definition position.hpp:16