Crate matrix_market_rs

Source

Enumsยง

MtxData
The main enum of this crate, corresponding to the 2 kind of usage of mtx files. Both contains a first line with dimensions. Dense is a list of numbers. Sparse is a list of coordinates and values.
MtxError
List all the possibles errors that could occurs.
SymInfo
Symmetry information in the matrix market banner. Currently we dont support all of the info available in the format. Because we dont handle complex numbers. Feel free to contribute and add the missing support for those numbers.