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.