简体   繁体   中英

Reading symmetrical Harwell-Boeing matrix in Python

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

我找到了一个使用BeBOP稀疏矩阵转换器将其转换为MarketMatrix并将其导入Python的解决方案。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM