ark_relations::r1cs

Type Alias Matrix

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

A sparse representation of constraint matrices.

Aliased Typeยง

struct Matrix<F> { /* private fields */ }