Numerical-Algorithms icon indicating copy to clipboard operation
Numerical-Algorithms copied to clipboard

关于matlab中gmres在python中是否有相应函数

Open shapera-lab opened this issue 7 years ago • 0 comments

你好,我最近在学习图像处理,想把你opt中的admm函数改成python版的,但是效果较差,对比中间数据发现原因在于:matlab中放入gmres函数可以快速收敛得到解,而python的scipy.sparse.linalg.gmres却不能收敛,迭代出来的解很差,请问有更好的gmres选择吗?

shapera-lab avatar Oct 18 '18 07:10 shapera-lab