issues
search
JuliaSparse
/
SuiteSparseGraphBLAS.jl
Sparse, General Linear Algebra for Graphs!
MIT License
102
stars
17
forks
source link
Create a specification/policy for mapping and broadcasting
#95
Open
rayegun
opened
2 years ago
rayegun
commented
2 years ago
When do we map and broadcast in the Matrix way vs the Graph way? How do we expose this to the user succinctly.
Backup methods for when cfunc closures occur. We need to:
Determine which functions will accept these binary operators. I would argue mapsparse and map should do this.
Anything else becomes incredibly difficult without reimplementing GraphBLAS which is outside scope for this particular package.
Document!!!