Parallelize Scipy iterative methods for linear equation systems(bicgstab) in Python

后端 未结 0 1862
悲哀的现实
悲哀的现实 2020-11-30 03:31

I need to solve linear equations system Ax = b, where A is a sparse CSR matrix with size 500 000 x 500 000. I\'am using scipy.bicgstab and it takes almost 10min to solve thi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题