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

igl::ismember_rows #155

Open
alecjacobson opened this issue Jan 17, 2023 · 1 comment
Open

igl::ismember_rows #155

alecjacobson opened this issue Jan 17, 2023 · 1 comment

Comments

@alecjacobson
Copy link
Contributor

AFAICT numpy doesn't have a good solution for this. Here's a literal python port but python's for loops are dreadfully slow. Would be nice to just wrap the fast libigl one:

@alecjacobson
Copy link
Contributor Author

The array_correspondence in gpytoolbox https://gpytoolbox.org/0.0.3/array_correspondence/ also works in the meantime.

@alecjacobson alecjacobson changed the title ismember_rows missing igl::ismember_rows Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant