Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::MultilinearBatchingFlavor::AllValues Class Reference

A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point. More...

#include <multilinear_batching_flavor.hpp>

Inheritance diagram for bb::MultilinearBatchingFlavor::AllValues:
bb::MultilinearBatchingFlavor::AllEntities< DataType > bb::MultilinearBatchingFlavor::WitnessEntities< DataType > bb::MultilinearBatchingFlavor::ShiftedEntities< DataType > bb::MultilinearBatchingFlavor::WireEntities< DataType >

Public Types

using Base = AllEntities< FF >
 

Additional Inherited Members

- Public Member Functions inherited from bb::MultilinearBatchingFlavor::AllEntities< DataType >
auto get_unshifted ()
 
auto get_shifted ()
 
- Public Member Functions inherited from bb::MultilinearBatchingFlavor::WitnessEntities< DataType >
 DEFINE_FLAVOR_MEMBERS (DataType, w_non_shifted_accumulator, w_non_shifted_instance, w_evaluations_accumulator, w_evaluations_instance)
 
 MSGPACK_FIELDS (this->w_non_shifted_accumulator, this->w_non_shifted_instance, this->w_evaluations_accumulator, this->w_evaluations_instance)
 
- Public Member Functions inherited from bb::MultilinearBatchingFlavor::WireEntities< DataType >
 DEFINE_FLAVOR_MEMBERS (DataType, w_non_shifted_accumulator, w_non_shifted_instance, w_evaluations_accumulator, w_evaluations_instance)
 
- Public Member Functions inherited from bb::MultilinearBatchingFlavor::ShiftedEntities< DataType >
 DEFINE_FLAVOR_MEMBERS (DataType, w_shifted_accumulator, w_shifted_instance)
 
auto get_shifted ()
 

Detailed Description

A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point.

Definition at line 138 of file multilinear_batching_flavor.hpp.

Member Typedef Documentation

◆ Base


The documentation for this class was generated from the following file: