0

SciPy can read only read unsymmetric matrices with hb_read. Anyone know if it is possible to read symmetric matrices in Python (3)?

edub
  • 21
  • 1
  • 4

1 Answers1

0

I found a solution using BeBOP Sparse Matrix Converter to convert to MarketMatrix and then importing this into Python.

edub
  • 21
  • 1
  • 4