Skip to content

Commit 4a42f3d

Browse files
committed
Update the reference of MinAres
1 parent f411451 commit 4a42f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/minares.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# A. Montoison, D. Orban and M. A. Saunders
66
# MinAres: An Iterative Method for Symmetric Linear Systems
7-
# Cahier du GERAD G-2023-40.
7+
# SIAM Journal on Matrix Analysis and Applications, 46(1), pp. 509--529, 2025.
88
#
99
# Alexis Montoison, <[email protected]>
1010
# Palo Alto, March 2022.
@@ -62,7 +62,7 @@ The estimates computed every iteration are ‖Mrₖ‖₂ and ‖AMrₖ‖_M.
6262
6363
#### Reference
6464
65-
* A. Montoison, D. Orban and M. A. Saunders, [*MinAres: An Iterative Solver for Symmetric Linear Systems*](https://doi.org/10.13140/RG.2.2.18163.91683), Cahier du GERAD G-2023-40, GERAD, Montréal, 2023.
65+
* A. Montoison, D. Orban and M. A. Saunders, [*MinAres: An Iterative Solver for Symmetric Linear Systems*](https://doi.org/10.1137/23M1605454), SIAM Journal on Matrix Analysis and Applications, 46(1), pp. 509--529, 2025.
6666
"""
6767
function minares end
6868

0 commit comments

Comments
 (0)