Skip to main content

Matrix

Type Alias Matrix 

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

A sparse representation of constraint matrices.

Aliased Typeยง

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