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

Matrix lookups #899

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Matrix lookups #899

wants to merge 14 commits into from

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Jan 11, 2025

This PR adds a MatrixLookup that allows x/y etc matrices instead of just grid aligned vectors.

It could be extended to ndim arrays, but the main case is matrices and the number of required selector methods explode with each dimension added.

This is a slow findfirst/findmin algorithm, an extension on NearestNeighbors.jl will be much faster so thats the next step

src/Lookups/selector.jl Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

1 participant