Skip to main content

circulant_to_dense

Function circulant_to_dense 

Source
pub fn circulant_to_dense<F: Field, const N: usize>(
    first_col: &[i64; N],
) -> [[F; N]; N]
Expand description

Expand a circulant matrix from its first column into a dense NxN matrix.

Each column is a cyclic downward-shift of the previous one.