Skip to main content

Module matrix

Module matrix 

Source
Expand description

Matrix generation utilities for tests and benchmarks.

Functionsยง

concatenate_matrices
Concatenate matrices horizontally, padding each to a multiple of R.
generate_flat_matrix
Generate a single flat matrix for FRI fold benchmarks.
generate_matrices_from_specs
Generate benchmark matrices from relative specs.
random_lde_matrix
Generate a matrix of LDE evaluations for random low-degree polynomials.
total_elements
Calculate total elements across all matrices.
total_elements_flat
Calculate total elements for a flat matrix list.