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 759ab02 commit 3094644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Solve linear system (B + σI) x = b, where B is a forward L-BFGS operator and σ
- `x::AbstractVector{T}`: preallocated vector of length n that is used to store the solution x.
- `B::LBFGSOperator`: forward L-BFGS operatorthat models a matrix of size n x n.
- `b::AbstractVector{T}`: The vector of length n.
- `b::AbstractVector{T}`: right-hand side vector of length n.
- `σ::T`: Nonnegative shift scalar.
### Returns
Expand Down

0 comments on commit 3094644

Please sign in to comment.