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: