You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[^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)
1760
1788
1761
1789
[^S84]: G. W. Stewart, "Rank Degeneracy", SIAM Journal on Scientific and Statistical Computing, 5(2), 1984, 403-413. [doi:10.1137/0905030](http://epubs.siam.org/doi/abs/10.1137/0905030)
1762
1790
1763
1791
[^KY88]: Konstantinos Konstantinides and Kung Yao, "Statistical analysis of effective singular values in matrix rank determination", IEEE Transactions on Acoustics, Speech and Signal Processing, 36(5), 1988, 757-763. [doi:10.1109/29.1585](https://doi.org/10.1109/29.1585)
1764
1792
"""
1765
-
functionpinv(A::AbstractMatrix{T}; atol::Real=0.0, rtol::Real= (eps(real(float(oneunit(T))))*min(size(A)...))*iszero(atol)) where T
1793
+
functionpinv(A::AbstractMatrix{T}; atol::Real=0, rtol::Real= (eps(real(float(oneunit(T))))*min(size(A)...))*iszero(atol)) where T
1766
1794
m, n =size(A)
1767
1795
Tout =typeof(zero(T)/sqrt(oneunit(T) +oneunit(T)))
0 commit comments