NttMatrix

Type Alias NttMatrix 

Source
pub type NttMatrix<K, L> = NttMatrix<BaseField, K, L>;

Aliased Type§

pub struct NttMatrix<K, L>(pub Array<NttVector<BaseField, L>, K>);

Tuple Fields§

§0: Array<NttVector<BaseField, L>, K>