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.