pub type Matrix<F> = Vec<Vec<(F, usize)>>;
A sparse representation of constraint matrices.
struct Matrix<F> { /* private fields */ }