Skip to content

Commit

Permalink
Add a DOI link for CAR and MINARES
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 28, 2023
1 parent 2ff5806 commit 44a908b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/car.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The estimates computed every iteration are ‖Mrₖ‖₂ and ‖AMrₖ‖_M.
* `stats`: statistics collected on the run in a [`SimpleStats`](@ref) structure.
#### Reference
* A. Montoison, D. Orban and M. A. Saunders, *MinAres: An Iterative Solver for Symmetric Linear Systems*, Cahier du GERAD G-2023-40, GERAD, Montréal, 2023.
* 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.
"""
function car end

Expand Down
2 changes: 1 addition & 1 deletion src/minares.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The estimates computed every iteration are ‖Mrₖ‖₂ and ‖AMrₖ‖_M.
* `stats`: statistics collected on the run in a [`SimpleStats`](@ref) structure.
#### Reference
* A. Montoison, D. Orban and M. A. Saunders, *MinAres: An Iterative Solver for Symmetric Linear Systems*, Cahier du GERAD G-2023-40, GERAD, Montréal, 2023.
* 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.
"""
function minares end

Expand Down

0 comments on commit 44a908b

Please sign in to comment.