File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ Each table summarizes the storage requirements of Krylov methods recommended to
8181
8282#### Least-squares problems
8383
84- | 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- | :-------:| :-----------------------:| :-------------------:| :-------------------------------------------:| :-------------------:| :-------------------:| :-------------------:| :-------------------:|
86- | Storage | $6n + 3m$ | $3n + 2m$ | $3n + 2m + 5p + 2np$ | $4n + 3m$ | $4n + 2m$ | $4n + 2m$ | $5n + 2m$ |
84+ | Methods | [ ` USYMQR ` ] (@ref usymqr) | [ ` CGLS ` ] (@ref cgls) | [ ` CGLS -LANCZOS-SHIFT` ] (@ref cgls_lanczos_shift ) | [ ` CRLS ` ] (@ref crls) | [ ` LSLQ ` ] (@ref lslq) | [ ` LSQR ` ] (@ref lsqr) | [ ` LSMR ` ] (@ref lsmr) |
85+ | :-------:| :-----------------------:| :-------------------:| :----------------------------------------------- :| :-------------------:| :-------------------:| :-------------------:| :-------------------:|
86+ | Storage | $6n + 3m$ | $3n + 2m$ | $3n + 2m + 5p + 2np$ | $4n + 3m$ | $4n + 2m$ | $4n + 2m$ | $5n + 2m$ |
8787
8888#### Adjoint systems
8989
You can’t perform that action at this time.
0 commit comments