Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solve_cg: use linop.make instead of MF constructor (#3627)
## Summary This PR replaces the explicit use of `MF` constructors in `MLCGSolverT<MF>::solve_cg` with calls to the make method of the linear operator associated with the `MLCGSolverT` object. ## Additional background This is a similar to the PR on `solve_bicgstab`.
- Loading branch information