Skip to content

Commit

Permalink
Update src/utilities.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <[email protected]>
  • Loading branch information
farhadrclass and dpo authored Oct 4, 2024
1 parent bc6ba12 commit 5a173ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ Solve linear system (B + σI) x = b, where B is a forward L-BFGS operator and σ
The method uses a two-loop recursion-like approach with modifications to handle the shift `σ`.
### References
Erway, J. B., Jain, V., & Marcia, R. F. (2014). Shifted L-BFGS Systems. Optimization Methods and Software, 29(5), 992-1004.
Erway, J. B., Jain, V., & Marcia, R. F. Shifted L-BFGS Systems. Optimization Methods and Software, 29(5), pp. 992-1004, 2014.
"""
function solve_shifted_system!(
x::AbstractVector{T},
Expand Down

0 comments on commit 5a173ef

Please sign in to comment.