Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 760 Bytes

File metadata and controls

16 lines (11 loc) · 760 Bytes

Third Party

SparseIO

Provides functions to read and write sparse matrices in the Rutherford-Boeing format, enabling the input of a bast collection sparse matrices from sites like The SuiteSparse Matrix Collection and Matrix Market.

  • read(std::string filename) returns the sparse matrix contained in the file filename in the container MatrixCXS<T,IT,cpuAllocator,CCS>.

Reorderings

Provides functions to compute matrix reorderings to reduce fill-in or increase the level of parallelism using algorithms like minimum degree reordering.