Skip to content

Commit a80f19a

Browse files
committed
link a different issue for more info
1 parent 540ba08 commit a80f19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dense.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ algorithm instead uses pivoted QR factorization ([`qr`](@ref)). To use an
17381738
SVD-based algorithm, it is better to employ the SVD directly via `svd(M; rtol, atol) \\ b`,
17391739
or to pass `rtol` and `atol` parameters via [`ldiv!`](@ref) with `svd(M)`.
17401740
1741-
For more information, see [^issue8859], [^B96], [^S84], [^KY88].
1741+
For more information, see [^pr1387], [^B96], [^S84], [^KY88].
17421742
17431743
# Examples
17441744
```jldoctest
@@ -1758,7 +1758,7 @@ julia> M * N
17581758
4.44089e-16 1.0
17591759
```
17601760
1761-
[^issue8859]: Issue 8859, "Fix least squares", [https://github.com/JuliaLang/julia/pull/8859](https://github.com/JuliaLang/julia/pull/8859)
1761+
[^pr1387]: PR 1387, "stable pinv least-squares", [https://github.com/JuliaLang/LinearAlgebra.jl/pull/1387)
17621762
17631763
[^B96]: Åke Björck, "Numerical Methods for Least Squares Problems", SIAM Press, Philadelphia, 1996, "Other Titles in Applied Mathematics", Vol. 51. [doi:10.1137/1.9781611971484](http://epubs.siam.org/doi/book/10.1137/1.9781611971484)
17641764

0 commit comments

Comments
 (0)