CythonGSL icon indicating copy to clipboard operation
CythonGSL copied to clipboard

Missing sparse modules

Open david-cortes opened this issue 7 years ago • 5 comments

Would be nice if this package would also include the sparse matrix and sparse blas modules from GSL.

david-cortes avatar Jul 10 '18 09:07 david-cortes

Feel free to add them with a PR.

twiecki avatar Jul 10 '18 16:07 twiecki

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.

david-cortes avatar Jul 11 '18 15:07 david-cortes

I didn't write them so I actually don't know how they came to be.

twiecki avatar Jul 11 '18 17:07 twiecki

Created pull request: https://github.com/twiecki/CythonGSL/pull/32

david-cortes avatar Jul 12 '18 10:07 david-cortes

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.

david-cortes avatar Jul 12 '18 10:07 david-cortes