GSL Capabilites not yet wrapped by PyGSL

Sorting

Is covered by the list sorting methods of Python. See Python Mini Sorting howto [1] and Python stable sort [2].

N-tuples

If you do not know PAW or ROOT you probably will not need them. If you need them, assistance will be provided if required.

GSL Capabilites partly implemented

Discrete Hankel Transforms

SWIG wrapped, but do you know what it is supposed to do? If so write a test and an example!

Something else missing ?

If some function or module is not covered do not hesitate to post your request as a GitHub Issue.

References

[1]http://www.amk.ca/python/howto/sorting/sorting.html
[2]http://py-stablesort.sourceforge.net/