pub type SparseMatrix = CsMat<f64>;
Compressed sparse row matrix used by the projection builders.
pub struct SparseMatrix { /* private fields */ }