Matlab MatrixMarket reader/writer
Go to file
2016-03-26 15:38:18 -07:00
.gitignore initial commit 2016-03-25 16:32:22 -07:00
mmread.m add mmwrite, mmread, and test 2016-03-26 15:29:00 -07:00
mmtest.m add mmwrite, mmread, and test 2016-03-26 15:29:00 -07:00
mmwrite.m add mmwrite, mmread, and test 2016-03-26 15:29:00 -07:00
README.md update readme 2016-03-26 15:38:18 -07:00

MatMarket

Matlab MatrixMarket reader/writer

Intended as a drop-in replacement for the NIST Matrix Market functions with the same names.

These implementations fix some bugs, slightly clean up the code, and greatly improve performance when writing large sparse matrices to disk.