From bc6ba12b4dbdb26c974f2a58131458eaa6fd38c9 Mon Sep 17 00:00:00 2001 From: Farhad Rahbarnia <31899325+farhadrclass@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:11:27 -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 fc9eb31..7dde513 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -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