-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
sparseSparse vectors, matrices, and tensorsSparse vectors, matrices, and tensors
Description
Is your feature request related to a problem? Please describe.
Is there any way to represent a sparse matrix given the location of its non zeros
Consider A= kron D I
Where D is the 5 point gem stencil
Describe the solution you'd like
There exists a way to represent a sparse matrix using minimal perfect hashing such that non zeros are represented as the output of a hash function given the flat address
Describe alternatives you've considered
Sparse matrix coming from linear discretized operators can be implemented using minimal perfect hashing such functions
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
sparseSparse vectors, matrices, and tensorsSparse vectors, matrices, and tensors