From d1da6ef5b2e2b5bbaa2bffdf6681cf598afc9cda Mon Sep 17 00:00:00 2001 From: Farhad Rahbarnia <31899325+farhadrclass@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:10:18 -0400 Subject: [PATCH] Update src/utilities.jl Co-authored-by: Dominique --- src/utilities.jl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/utilities.jl b/src/utilities.jl index 46eae9e8..d5ba60cc 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -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.