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