File tree Expand file tree Collapse file tree
tutorials/introduction-to-linear-operators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ norm(b - opAAT * x)
194194
195195## Limited memory BFGS and SR1
196196
197- Two other useful operators are the Limited-Memory BFGS in forward and inverse form.
197+ Another useful operator is the Limited-Memory BFGS in forward and inverse form.
198198
199199```julia
200200B = LBFGSOperator(20)
211211r
212212```
213213
214- There is also a LSR1 operator that behaves similarly to these two.
214+ There is also a Limited-Memory SR1 operator for which only the forward form is implemented.
215+ Note that the SR1 operator can be indefinite; therefore, its inverse form is less relevant than for the BFGS approximation.
216+ For this reason, the inverse form is not implemented for the SR1 operator.
215217
216218## Restriction, extension and slices
217219
You can’t perform that action at this time.
0 commit comments