Popular recipes tagged "gsl"http://code.activestate.com/recipes/tags/gsl/popular/2010-02-26T11:34:01-08:00ActiveState Code Recipesgsl with python3 (Python)
2010-02-26T11:34:01-08:00David Lamberthttp://code.activestate.com/recipes/users/4167420/http://code.activestate.com/recipes/576549-gsl-with-python3/
<p style="color: grey">
Python
recipe 576549
by <a href="/recipes/users/4167420/">David Lambert</a>
(<a href="/recipes/tags/gnu/">gnu</a>, <a href="/recipes/tags/gsl/">gsl</a>, <a href="/recipes/tags/library/">library</a>, <a href="/recipes/tags/scientific/">scientific</a>).
</p>
<p>Some shared library functionality is accessible directly from python. This code shows how to access a useful portion of the gsl from python3.</p>
gsl real fft in python3 (Python)
2008-11-01T10:27:39-07:00David Lamberthttp://code.activestate.com/recipes/users/4167420/http://code.activestate.com/recipes/576550-gsl-real-fft-in-python3/
<p style="color: grey">
Python
recipe 576550
by <a href="/recipes/users/4167420/">David Lambert</a>
(<a href="/recipes/tags/fft/">fft</a>, <a href="/recipes/tags/gnu/">gnu</a>, <a href="/recipes/tags/gsl/">gsl</a>, <a href="/recipes/tags/library/">library</a>, <a href="/recipes/tags/scientific/">scientific</a>).
</p>
<p>Real_FFT wraps the gsl_fft_real_transform in a python3 setting. This recipe serves as a complete example for "<a href="http://code.activestate.com/recipes/576549/">Recipe 576549</a>: gsl with python3".</p>