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 88479e5 commit bc6ba12
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 @@ -162,7 +162,7 @@ Solve linear system (B + σI) x = b, where B is a forward L-BFGS operator and σ
### Returns
- `x::AbstractVector{T}`: The solution vector `x` size n, the solution to `(B + σI) x = b`.
- `x::AbstractVector{T}`: solution vector `x` of length n.
### Method
Expand Down

0 comments on commit bc6ba12

Please sign in to comment.