Commit 92408a7
committed
docs: describe AA's pivoted QR + IR solve path
Replace the vague "QR or SVD, still open" paragraph with a concrete
description of the current implementation: rank-revealing pivoted QR
(geqp3) with Tikhonov regularization folded in as extra rows, rank
truncation, and iterative refinement on the gamma solve. Note that
SVD is an unbenched alternative.1 parent 618b133 commit 92408a7
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
152 | 158 | | |
153 | 159 | | |
154 | 160 | | |
| |||
0 commit comments