[][src]Crate sparse

Structs

CooMat

Coordinate (COO) format sparse matrix.

CscMat

Compressed sparse column (CSC) format sparse matrix.

CsrMat

Compressed sparse row (CSR) format sparse matrix.

DokMat

Dictionary Of Keys (DOK) format sparse matrix.