Module nalgebra_sparse::csc[][src]

Expand description

An implementation of the CSC sparse matrix format.

This is the module-level documentation. See CscMatrix for the main documentation of the CSC implementation.

Structs

An immutable representation of a column in a CSC matrix.

Column iterator for CscMatrix.

Mutable column iterator for CscMatrix.

A mutable representation of a column in a CSC matrix.

A CSC representation of a sparse matrix.

Iterator type for iterating over triplets in a CSC matrix.

Iterator type for mutably iterating over triplets in a CSC matrix.