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
As suggested by @andreasnoack in
#1387 (comment),
this changes the `pinv(::SVD)` function to instead return the SVD of the
pseudo-inverse, rather than an explicit matrix, so that it can be
applied stably.
(No backwards-compatibility issue since the `pinv(::SVD)` method was
introduced in #1387.)
0 commit comments