45 const Parameters& params,
46 const FF& scaling_factor)
52 const auto z_perm = View(in.
z_perm);
56 const auto z_perm_and_first_scaled = (z_perm + lagrange_first) * scaling_factor;
57 const auto z_perm_shift_and_last_scaled = (z_perm_shift + lagrange_last) * scaling_factor;
61 (compute_grand_product_numerator_with_factor<Accumulator>(in, params, z_perm_and_first_scaled) -
62 compute_grand_product_denominator_with_factor<Accumulator>(in, params, z_perm_shift_and_last_scaled));
71 const auto lagrange_last_scaled = lagrange_last * scaling_factor;
87 const auto z_perm = View(in.
z_perm);
89 const auto lagrange_first_scaled = lagrange_first * scaling_factor;
static void accumulate(ContainerOverSubrelations &accumulators, const AllEntities &in, const Parameters ¶ms, const FF &scaling_factor)
Compute contribution of the goblin translator permutation relation for a given edge (internal functio...