Type Definition ark_relations::r1cs::Matrix

source ·
pub type Matrix<F> = Vec<Vec<(F, usize)>>;
Expand description

A sparse representation of constraint matrices.