Module nalgebra_sparse::csr[][src]

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

CsrMatrix

A CSR representation of a sparse matrix.

CsrRow

An immutable representation of a row in a CSR matrix.

CsrRowIter

Row iterator for CsrMatrix.

CsrRowIterMut

Mutable row iterator for CsrMatrix.

CsrRowMut

A mutable representation of a row in a CSR matrix.

CsrTripletIter

Iterator type for iterating over triplets in a CSR matrix.

CsrTripletIterMut

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