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
I think we need to densify the factorization if we are going to support rtol/atol using norm.
But we can avoid that if they are exactly equal.
Maybe also someone is smart and can workout some bounds that less us avoid it if the factors are close enough
isapprox
is defined forNumber
s andAbstractArray
s.Factorization
s are very closely related toAbstractArray
s.I think there is a strong case to be made for them also defining
isapprox
.Probably the way to do this is something like
I think we need to densify the factorization if we are going to support
rtol
/atol
usingnorm
.But we can avoid that if they are exactly equal.
Maybe also someone is smart and can workout some bounds that less us avoid it if the factors are close enough
(Though right now == is pretty broken: JuliaLang/julia#41228, JuliaLang/julia#41363)
The text was updated successfully, but these errors were encountered: