Module nalgebra_sparse::csr[][src]

Expand description

An implementation of the CSR sparse matrix format.

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

Structs

A CSR representation of a sparse matrix.

An immutable representation of a row in a CSR matrix.

Row iterator for CsrMatrix.

Mutable row iterator for CsrMatrix.

A mutable representation of a row in a CSR matrix.

Iterator type for iterating over triplets in a CSR matrix.

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