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