scipy.linalg.qmr is DEPRECATED!! – use scipy.sparse.linalg.qmr instead
Use Quasi-Minimal Residual iteration to solve A x = b
A : {sparse matrix, dense matrix, LinearOperator}
The N-by-N matrix of the linear system. b : {array, matrix} Right hand side of the linear system. Has shape (N,) or (N,1).
The N-by-N matrix of the linear system.
Right hand side of the linear system. Has shape (N,) or (N,1).
scipy.linalg.cgs
scipy.linalg.gmres