exanauts / ColPack.jl

A Julia interface to the C++ library ColPack for graph and sparse matrix coloring.
https://exanauts.github.io/ColPack.jl/
MIT License
6 stars 0 forks source link

Pure Julia equivalent #13

Open gdalle opened 1 month ago

gdalle commented 1 month ago

I have just released v0.2 of https://github.com/gdalle/SparseMatrixColorings.jl, which is essentially ColPack written in pure Julia. It would be interesting to benchmark against ColPack.jl, once I figure out the last kinks of the interface (e.g. #12)