Type Definition ark_relations::r1cs::Matrix[][src]

type Matrix<F> = Vec<Vec<(F, usize)>>;

A sparse representation of constraint matrices.