[][src]Crate sparse

Modules

matrix_coo

Coordinate (COO) matrix implementation.

matrix_csc

Compressed Sparse Column (CSC) matrix implementation.

matrix_csr

Compressed Sparse Row (CSR) matrix implementation.

matrix_dok

Dictionary Of Keys (DOK) matrix implementation.

matrix_lil

List Of Lists (LIL) matrix implementation.