|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Define a bespoke AllEntities holding all the values: [unshifted values, shifted values, eq values]. More...
#include <multilinear_batching_flavor.hpp>
Public Member Functions | |
| DataType & | non_shifted (size_t idx) |
| const DataType & | non_shifted (size_t idx) const |
| DataType & | shifted (size_t idx) |
| const DataType & | shifted (size_t idx) const |
| DataType & | eq (size_t idx) |
| const DataType & | eq (size_t idx) const |
| auto | get_all () |
| auto | get_all () const |
| auto | get_witness () |
| auto | get_witness () const |
Static Public Member Functions | |
| static const std::vector< std::string > & | get_labels () |
| static constexpr std::size_t | size () |
Public Attributes | |
| std::array< DataType, NUM_ALL_ENTITIES > | values |
Define a bespoke AllEntities holding all the values: [unshifted values, shifted values, eq values].
Definition at line 72 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 80 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 81 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 83 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 84 of file multilinear_batching_flavor.hpp.
|
inlinestatic |
Definition at line 95 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 92 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 93 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 76 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 77 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 78 of file multilinear_batching_flavor.hpp.
|
inline |
Definition at line 79 of file multilinear_batching_flavor.hpp.
|
inlinestaticconstexpr |
Definition at line 114 of file multilinear_batching_flavor.hpp.
| std::array<DataType, NUM_ALL_ENTITIES> bb::MultilinearBatchingFlavor_< NumClaims >::AllEntities< DataType >::values |
Definition at line 74 of file multilinear_batching_flavor.hpp.