[][src]Module sprs::io

Serialization and deserialization of sparse matrices

Enums

IoError
SymmetryMode

Functions

read_matrix_market

Read a sparse matrix file in the Matrix Market format and return a corresponding triplet matrix.

write_matrix_market

Write a sparse matrix into the matrix market format.

write_matrix_market_sym

Write a symmetric sparse matrix into the matrix market format.