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

Decide on appropriate sparse matrix types #402

Open
stephenworsley opened this issue Sep 3, 2024 · 0 comments
Open

Decide on appropriate sparse matrix types #402

stephenworsley opened this issue Sep 3, 2024 · 0 comments
Labels
New: Issue Highlight a new community raised "generic" issue

Comments

@stephenworsley
Copy link
Contributor

📰 Custom Issue

scipy.sparse provides multiple types of matrix (e.g csr_array, csc_array). it is worth testing to see which of these performs best. There may also be room for testing the performance of alternatives to sparse arrays for nearest neighbour regridding (i.e. indices).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New: Issue Highlight a new community raised "generic" issue
Projects
Status: No status
Development

No branches or pull requests

1 participant