scipy sparse linalg cv works wrong

前端 未结 0 1633
抹茶落季
抹茶落季 2020-11-30 06:11

I want to release conjugate gradient method to solve Ax = f by using the scipy function

from scipy.sparse.linalg import cg
x3, _ = cg(A, f)
print(np.mean(np.s         


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