-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What does the example do? #10
Comments
That's indeed messy. ColPack has an mtx reader. |
I removed it in #11 |
We should keep it in a section of the documentation. |
Okay but this script doesn't run anyway since the downloading part is not written. Feel free to add something that uses e.g. https://github.com/JuliaLinearAlgebra/MatrixDepot.jl |
Ok I was not aware of that. |
I want to add more docs anyway once I figure out how the package works (e.g. with #12). I can always add an example where a matrix is downloaded from the sparse matrix connection, stored in |
The package SuiteSparseMatrixCollection.jl can download and install the mtx files for you as an artifact. |
The file https://github.com/michel2323/ColPack.jl/blob/master/examples/coloring.jl doesn't seem to be used anywhere, and it tries to read a matrix from a file without downloading it first
The text was updated successfully, but these errors were encountered: