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 1323a98 commit d1da6ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,7 @@ check_positive_definite(M::AbstractMatrix; kwargs...) =


"""
solve_shifted_system!(x,
B,
b,
σ,
)
solve_shifted_system!(x, B, b, σ)
Solves linear system (B + σI) x = b, where B is a forward L-BFGS operator and σ ≥ 0.
Expand Down

0 comments on commit d1da6ef

Please sign in to comment.