From ad9567ffa3cbc7f8d3bfa4c670912a2fe2469eec Mon Sep 17 00:00:00 2001 From: Farhad Rahbarnia <31899325+farhadrclass@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:10:26 -0400 Subject: [PATCH] Update src/utilities.jl Co-authored-by: Dominique --- src/utilities.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities.jl b/src/utilities.jl index d5ba60c..14da18d 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -151,7 +151,7 @@ check_positive_definite(M::AbstractMatrix; kwargs...) = """ solve_shifted_system!(x, B, b, σ) -Solves linear system (B + σI) x = b, where B is a forward L-BFGS operator and σ ≥ 0. +Solve linear system (B + σI) x = b, where B is a forward L-BFGS operator and σ ≥ 0. ### Parameters