Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use a generic interface for predicates #18

Open
jlapeyre opened this issue Jun 17, 2020 · 2 comments
Open

use a generic interface for predicates #18

jlapeyre opened this issue Jun 17, 2020 · 2 comments

Comments

@jlapeyre
Copy link
Contributor

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.

@matthewware
Copy link
Collaborator

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.

@jlapeyre
Copy link
Contributor Author

It should be registered in 3 days. I'll make an announcement on discourse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants