21 for (
size_t i = 0; i < to_be_shifted.size(); i++) {
22 auto& poly = to_be_shifted[i];
28 uint32_t allocated_size = num_rows > 0 ? num_rows - 1 : 0;
48 auto& poly = unshifted[i];
50 if (poly.virtual_size() > 0) {
63 auto unshifted = polys.get_unshifted();
68 auto& poly = unshifted[i];
69 Column col = static_cast<Column>(i);
71 trace.visit_column(col, [&](size_t row, const AvmProver::FF& value) {
82 for (
auto [shifted, to_be_shifted] :
zip_view(polys.get_shifted(), polys.get_to_be_shifted())) {
83 shifted = to_be_shifted.shifted();