-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I use pylops for solving large linear systems, and to test preconditioners.
Since pylops.optimization.solver.cg is very close to scipy.sparse.linalg.cg, I wondered if one could implement this feature, where the preconditioner is given as a linear operator which approximates the inverse of the original matrix (scipy's cg)
I have already implemented it as an new solver, if you are interested, I can prepare a PR.
Thank you
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request