-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dtype in GMRES and MINRES (#345)
In the iterative linear solvers take `dtype` from the domain or the codomain of the linear operator to be "inverted". This avoids reading the `dtype` property of the linear operator, which may not be properly defined in some cases. Specifically, the classes `GMRES` and `MinimumResidual` were fixed.
- Loading branch information
1 parent
5d2950d
commit 652b29f
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters