Skip to main content

SparseMatrix

Type Alias SparseMatrix 

Source
pub type SparseMatrix = CsMat<f64>;
Expand description

Compressed sparse row matrix used by the projection builders.

Aliased Typeยง

pub struct SparseMatrix { /* private fields */ }