Skip to content

[IO] Add support for loading symmetric matrices from matrixmarket files

Nils-Arne Dreier requested to merge feature/load_symmetric_matrixmarket into master

I added support for reading matrixmarket files with structure symmetric, skew-symmetric or hermitian. I also add a specialization of operator>> for std::complex to support the correct representation of complex numbers in matrixmarket file format.

Merge request reports