Type Definition Matrix
ark_relations::r1cs
type Matrix<F> = Vec<Vec<(F, usize)>>;
A sparse representation of constraint matrices.