Skip to main content

stacked_matrix

Function stacked_matrix 

Source
pub fn stacked_matrix<F: Field>(
    l_skip: usize,
    n_stack: usize,
    traces: &[&ColMajorMatrix<F>],
) -> Result<(ColMajorMatrix<F>, StackedLayout), StackedPcsError>
Expand description

The traces must already be in height-sorted order.