You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
The method `solve_cg` is modified so that the MF `z` is no longer used,
thus saving on memory usage.
## Additional background
This is similar to the PR that changed `solve_bicgstab` that avoided use
of `s`.
0 commit comments