From 87bd7b6cb1b8a34277ecb8c6b0b92d1e8ab9bfe9 Mon Sep 17 00:00:00 2001 From: Farhad Rahbarnia <31899325+farhadrclass@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:12:39 -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 26431d3..8cc190f 100644 --- a/src/utilities.jl +++ b/src/utilities.jl @@ -219,7 +219,7 @@ end """ ldiv!(x, B, b) -Solves the linear system defined by the L-BFGS operator `B` and the right-hand side vector `b`, storing the solution in the vector `x`. +Solves the linear system Bx = b. ### Arguments: