ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
401 stars 88 forks source link

Add csr lookup implementation without storage #1583

Closed upsj closed 5 months ago

upsj commented 6 months ago

This adds another binary search-based pattern lookup mode that works without storage. This seems like a more sensible default fall-back than a hashtable.