[][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.

read_matrix_market_from_bufread

Read a sparse matrix in the Matrix Market format from an io::BufRead 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.