willow-ahrens / Finch.jl

Sparse tensors in Julia and more! Datastructure-driven array programing language.
http://willowahrens.io/Finch.jl/
MIT License
152 stars 13 forks source link

init implementation for update SparseMatrixCSC. #560

Closed davchaudhari closed 1 month ago

davchaudhari commented 2 months ago

Hi! I added an initial implementation for an update protocol for SparseMatrixCSC. I followed the defined structure for SparseMatrixCSC in the following documentation.

willow-ahrens commented 2 months ago

Thanks for your contribution! It looks like this wasn't quite what we need, but I've adjusted the description in the github issue here: https://github.com/willow-ahrens/Finch.jl/issues/320.

willow-ahrens commented 2 months ago

Also, note the contributing guidelines here for more info about PRs and tests: https://github.com/willow-ahrens/Finch.jl/blob/main/docs/src/CONTRIBUTING.md