12 const AllEntities& in,
14 [[maybe_unused]]
const FF_& scaling_factor)
19 using View =
typename std::tuple_element_t<0, ContainerOverSubrelations>::View;
21 static_cast<View
>(in.get(C::context_stack_sel)) * (
FF(1) -
static_cast<View
>(in.get(C::context_stack_sel)));
25 using View =
typename std::tuple_element_t<1, ContainerOverSubrelations>::View;
26 auto tmp = (
static_cast<View
>(in.get(C::context_stack_context_id)) *
27 ((
FF(1) -
static_cast<View
>(in.get(C::context_stack_sel))) *
28 (
FF(1) -
static_cast<View
>(in.get(C::context_stack_context_id_inv))) +
29 static_cast<View
>(in.get(C::context_stack_context_id_inv))) -
30 static_cast<View
>(in.get(C::context_stack_sel)));
static void accumulate(ContainerOverSubrelations &evals, const AllEntities &in, const RelationParameters< FF > &, const FF &scaling_factor)