CythonGSL
CythonGSL copied to clipboard
Missing sparse modules
Would be nice if this package would also include the sparse matrix and sparse blas modules from GSL.
Feel free to add them with a PR.
Question about the tests: are they somehow connected to the tests from the GSL library? I see the examples here are exact translations of GSL's examples, but I'm wondering about the tests as they don't seem to match.
I didn't write them so I actually don't know how they came to be.
Created pull request: https://github.com/twiecki/CythonGSL/pull/32
A small comment: I'm using the sparse modules from SciPy in one of the tests that I created, so that's a new dependency to add to the tests.