Closed zhengp0 closed 8 months ago
For large sparse matrix, scipy.sparse.linalg.spsolve will be too slow to work with. We add solve option to allow user to chose cg as one of the option to solve large linear system. The change propagate to the solvers.
scipy.sparse.linalg.spsolve
cg
For large sparse matrix,
scipy.sparse.linalg.spsolve
will be too slow to work with. We add solve option to allow user to chosecg
as one of the option to solve large linear system. The change propagate to the solvers.