Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/327.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
用Python读取对称Harwell-Boeing矩阵_Python_Scipy_Sparse Matrix_Eigenvalue_Finite Element Analysis - Fatal编程技术网

用Python读取对称Harwell-Boeing矩阵

用Python读取对称Harwell-Boeing矩阵,python,scipy,sparse-matrix,eigenvalue,finite-element-analysis,Python,Scipy,Sparse Matrix,Eigenvalue,Finite Element Analysis,SciPy只能通过hb_read读取非对称矩阵。有人知道在Python(3)中是否可以读取对称矩阵吗?我找到了一个解决方案,使用BeBOP稀疏矩阵转换器将其转换为MarketMatrix,然后将其导入Python

SciPy只能通过hb_read读取非对称矩阵。有人知道在Python(3)中是否可以读取对称矩阵吗?

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