|
|
|
|
|
by 6thaccount2
2532 days ago
|
|
Is there a general way to do this with many of the libraries in Julia? Any chance ya'll could eventually use a test model and script from me in a benchmark test suite. Ex: I have a large synthetic test model from a university and plan on writing some code that uses a bunch of the sparse matrix and linear solve functionality of the language. This would be on a sparse ~70k row/column square matrix. |
|
Your model sounds nice because it can use our automatic sparsity detection and matrix coloring. I'd love to give it a try.
https://github.com/JuliaDiffEq/SparseDiffTools.jl#automated-...