|
|
std::shared_ptr< Instance > const & | operator[] (size_t idx) const |
| |
|
ArrayType::iterator | begin () |
| |
|
ArrayType::iterator | end () |
| |
|
| ProverInstances_ (std::vector< std::shared_ptr< Instance > > data) |
| |
|
std::vector< Univariate< FF, NUM > > | row_to_univariates (size_t row_idx) const |
| |
|
|
static constexpr size_t | NUM = NUM_ |
| |
|
static constexpr size_t | EXTENDED_LENGTH = (Flavor::MAX_TOTAL_RELATION_LENGTH - 1) * (NUM - 1) + 1 |
| |
|
static constexpr size_t | BATCHED_EXTENDED_LENGTH = (Flavor::MAX_TOTAL_RELATION_LENGTH - 1 + NUM - 1) * (NUM - 1) + 1 |
| |
The documentation for this struct was generated from the following file: