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 started a repo IsApprox.jl with the goal of providing a flexible and generic interface for predicates that might require tolerance. I noticed that things like ishermitian and isposdef are frequently reimplemented in a more-or-less ad hoc way, and wanted to avoid doing the same thing myself.
You may want to comment on the design. If it turns out to be useful, you might eventually depend on it. Some parts of it would actually work well as a drop-in replacement in Base and LinearAlgebra. But, it would have to be demonstrated to be useful and solid first.
The text was updated successfully, but these errors were encountered:
This looks really nice! I have been getting a bit tired of fixing real data interfaces with ad hoc tolerances. Let me take a dive and play with he code a bit.
I started a repo IsApprox.jl with the goal of providing a flexible and generic interface for predicates that might require tolerance. I noticed that things like
ishermitian
andisposdef
are frequently reimplemented in a more-or-less ad hoc way, and wanted to avoid doing the same thing myself.You may want to comment on the design. If it turns out to be useful, you might eventually depend on it. Some parts of it would actually work well as a drop-in replacement in
Base
andLinearAlgebra
. But, it would have to be demonstrated to be useful and solid first.The text was updated successfully, but these errors were encountered: