pub trait PartitionedBaseAir<F>: BaseAir<F> {
// Provided methods
fn cached_main_widths(&self) -> Vec<usize> { ... }
fn common_main_width(&self) -> usize { ... }
}
Expand description
An AIR with 1 or more main trace partitions.
Provided Methods§
Sourcefn cached_main_widths(&self) -> Vec<usize>
fn cached_main_widths(&self) -> Vec<usize>
By default, an AIR has no cached main trace.
Sourcefn common_main_width(&self) -> usize
fn common_main_width(&self) -> usize
By default, an AIR has only one private main trace.