-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the reference of the GPMR paper
- Loading branch information
1 parent
886200f
commit aaf83e5
Showing
2 changed files
with
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
# This method is described in | ||
# | ||
# A. Montoison and D. Orban | ||
# GPMR: An Iterative Method for Unsymmetric Partitioned Linear Systems | ||
# Cahier du GERAD G-2021-62. | ||
# GPMR: An Iterative Method for Unsymmetric Partitioned Linear Systems. | ||
# SIAM Journal on Matrix Analysis and Applications, 44(1), pp. 293--311, 2023. | ||
# | ||
# Alexis Montoison, <[email protected]> | ||
# Montréal, August 2021. | ||
|
@@ -97,7 +97,7 @@ GPMR stops when `itmax` iterations are reached or when `‖rₖ‖ ≤ atol + | |
#### Reference | ||
* A. Montoison and D. Orban, [*GPMR: An Iterative Method for Unsymmetric Partitioned Linear Systems*](https://dx.doi.org/10.13140/RG.2.2.24069.68326), Cahier du GERAD G-2021-62, GERAD, Montréal, 2021. | ||
* A. Montoison and D. Orban, [*GPMR: An Iterative Method for Unsymmetric Partitioned Linear Systems*](https://doi.org/10.1137/21M1459265), SIAM Journal on Matrix Analysis and Applications, 44(1), pp. 293--311, 2023. | ||
""" | ||
function gpmr end | ||
|
||
|
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