25 const FF& scaling_factor)
28 using View =
typename Accumulator::View;
32 std::get<0>(accumulators) += lagrange_first * View(in.ordered_range_constraints_0) * scaling_factor;
33 std::get<1>(accumulators) += lagrange_first * View(in.ordered_range_constraints_1) * scaling_factor;
34 std::get<2>(accumulators) += lagrange_first * View(in.ordered_range_constraints_2) * scaling_factor;
35 std::get<3>(accumulators) += lagrange_first * View(in.ordered_range_constraints_3) * scaling_factor;
36 std::get<4>(accumulators) += lagrange_first * View(in.ordered_range_constraints_4) * scaling_factor;