Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
interactions_base_impl.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace bb::avm2 {
6
8
9template <typename FF_, typename Settings_>
10template <typename ContainerOverSubrelations, typename AllEntities, typename Parameters>
11void lookup_relation_base<FF_, Settings_>::accumulate(ContainerOverSubrelations& accumulator,
12 const AllEntities& in,
13 const Parameters& params,
14 const FF_& scaling_factor)
15{
16 GenericLookupRelationImpl<Settings_, FF_>::accumulate(accumulator, in, params, scaling_factor);
17}
18
19} // namespace bb::avm2
static void accumulate(ContainerOverSubrelations &accumulator, const AllEntities &in, const Parameters &params, const FF &scaling_factor)
Expression for generic log-derivative-based set permutation.
static void accumulate(ContainerOverSubrelations &accumulator, const AllEntities &in, const Parameters &params, const FF_ &scaling_factor)