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