Skip to content

Commit 3a1deba

Browse files
authored
Update storage.md
1 parent 90e617c commit 3a1deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Each table summarizes the storage requirements of Krylov methods recommended to
8282
#### Least-squares problems
8383

8484
| Methods | [`USYMQR`](@ref usymqr) | [`CGLS`](@ref cgls) | [`CG-LANCZOS-SHIFT`](@ref cg_lanczos_shift) | [`CRLS`](@ref crls) | [`LSLQ`](@ref lslq) | [`LSQR`](@ref lsqr) | [`LSMR`](@ref lsmr) |
85-
|:-------:|:-----------------------:|:-------------------:|:-------------------------------------------:|:-------------------:|:-------------------:|:-------------------:|
85+
|:-------:|:-----------------------:|:-------------------:|:-------------------------------------------:|:-------------------:|:-------------------:|:-------------------:|:-------------------:|
8686
| Storage | $6n + 3m$ | $3n + 2m$ | $3n + 2m + 5p + 2np$ | $4n + 3m$ | $4n + 2m$ | $4n + 2m$ | $5n + 2m$ |
8787

8888
#### Adjoint systems

0 commit comments

Comments
 (0)