CREDITS ChangeLog MANIFEST MANIFEST.in README TODO gsl_Extension.py gsl_numobj.py gsl_site_example.py setup.cfg setup.py swig_extension.py Include/pygsl/arrayobject.h Include/pygsl/block_helpers.h Include/pygsl/block_helpers_numarray.h Include/pygsl/block_helpers_numpy.h Include/pygsl/compilers.h Include/pygsl/complex_helpers.h Include/pygsl/error_helpers.h Include/pygsl/function_helpers.h Include/pygsl/general_helpers.h Include/pygsl/intern.h Include/pygsl/profile.h Include/pygsl/rng.h Include/pygsl/rng_helpers.h Include/pygsl/utils.h doc/Makefile doc/README.html doc/TODO.html doc/ref/chebyshev.tex doc/ref/const.tex doc/ref/copyright.tex doc/ref/differentiation.tex doc/ref/errors.tex doc/ref/freedoc.tex doc/ref/histogram.tex doc/ref/ieee.tex doc/ref/init.tex doc/ref/install.tex doc/ref/ref.tex doc/ref/rng.tex doc/ref/sf.tex doc/ref/statistics.tex doc/ref/testing.tex doc/tools/sgmlconv/Makefile examples/chebyshev.py examples/combination.py examples/fft.py examples/hankel.py examples/histogram.py examples/histogram2.py examples/integrate.py examples/interpolation.py examples/minimize.py examples/monte.py examples/multifit.py examples/multifit_nlin.py examples/multiroots.py examples/odeiv.py examples/poly.py examples/qrng.py examples/rng.py examples/roots.py examples/siman.py examples/siman_tsp.py examples/sum.py examples/wavelet.py pygsl/__init__.py pygsl/_block.py pygsl/_callback.py pygsl/_generic_solver.py pygsl/_poly.py pygsl/blas.py pygsl/block.py pygsl/chebyshev.py pygsl/combination.py pygsl/eigen.py pygsl/errors.py pygsl/fft.py pygsl/fit.py pygsl/gsl_function.py pygsl/gslwrap.py pygsl/hankel.py pygsl/integrate.py pygsl/interpolation.py pygsl/linalg.py pygsl/math.py pygsl/matrix_pierre.py pygsl/minimize.py pygsl/monte.py pygsl/multifit.py pygsl/multifit_nlin.py pygsl/multiroots.py pygsl/odeiv.py pygsl/permutation.py pygsl/poly.py pygsl/qrng.py pygsl/roots.py pygsl/siman.py pygsl/spline.py pygsl/sum.py pygsl/vector.py pygsl/wavelet.py pygsl/statistics/__init__.py pygsl/testing/__init__.py src/const_cgs_array.c src/const_cgsm_array.c src/const_m_array.c src/const_mks_array.c src/const_mksa_array.c src/const_num_array.c src/constmodule.c src/derivmodule.c src/diff_deriv_common.c src/diffmodule.c src/errortestmodule.c src/ieeemodule.c src/matrixmodule.c src/multiminmodule.c src/qrng_module.c src/qrng_module_defines.h src/sf_functions.c src/sf_index.c src/sfmodule.c src/simanmodule.c src/block/gsl_block.i src/block/gsl_block_char.i src/block/gsl_block_complex.i src/block/gsl_block_complex_float.i src/block/gsl_block_double.i src/block/gsl_block_float.i src/block/gsl_block_generic.i src/block/gsl_block_generic_typed.i src/block/gsl_block_int.i src/block/gsl_block_long.i src/block/gsl_block_short.i src/callback/chars.c src/callback/function_helpers.c src/callback/gsl_callback.i src/callback/gsl_chebyshev.i src/callback/gsl_function_test.i src/callback/gsl_integration.i src/callback/gsl_min.i src/callback/gsl_monte.i src/callback/gsl_multifit.i src/callback/gsl_multifit_nlin.i src/callback/gsl_multimin.i src/callback/gsl_multiroots.i src/callback/gsl_odeiv.i src/callback/gsl_roots.i src/callback/odeiv.ic src/callback/pygsl_multifit.ic src/gslwrap/blas.i src/gslwrap/combination.i src/gslwrap/complex.i src/gslwrap/eigen.i src/gslwrap/error.i src/gslwrap/fft.i src/gslwrap/gsl_gslwrap.i src/gslwrap/interpolation.i src/gslwrap/linalg.i src/gslwrap/math.i src/gslwrap/matrix.i src/gslwrap/permutation.i src/gslwrap/vector.i src/hankel/gsl_hankel.i src/histogram/histogram.ic src/histogram/histogram2d.ic src/histogram/histogram_common.ic src/histogram/histogram_doc.ic src/histogram/histogrammodule.c src/init/block_helpers.c src/init/block_helpers_numarray.ic src/init/block_helpers_numpy.ic src/init/complex_helpers.c src/init/error_helpers.c src/init/function_helpers.c src/init/general_helpers.c src/init/initmodule.c src/init/profile.c src/init/rng_helpers.c src/poly/gsl_poly.i src/poly/poly.ic src/rng/rng_distributions.h src/rng/rng_doc.h src/rng/rng_helpers.c src/rng/rng_list.h src/rng/rngmodule.c src/rng/rngmodule_docs.h src/statistics/_statmodule.c src/statistics/charmodule.c src/statistics/doublemodule.c src/statistics/floatmodule.c src/statistics/functions.c src/statistics/intmodule.c src/statistics/longmodule.c src/statistics/shortmodule.c src/statistics/statmodule.h src/statistics/ucharmodule.c src/sum/gsl_sum.i src/transform/arraycopy.c src/transform/core.c src/transform/doc.h src/transform/fft.c src/transform/space.c src/transform/transformmodule.c src/transform/transformtypes.h src/transform/wavelet.c src/transform/wavelet.h swig_src/block_wrap.c swig_src/callback_wrap.c swig_src/gslwrap_wrap.c swig_src/hankel_wrap.c swig_src/poly_wrap.c testing/__init__.py testing/examples/multimin.py testing/src/fftfloatmodule.c testing/src/multiminmodule.c testing/src/multiminmodule_doc.h testing/src/numeric_numarray.c testing/src/numeric_numarray.h testing/src/sf__arrays.c testing/src/sf__data.c testing/src/sf__evals.c testing/src/sf__index.c testing/src/sf__objects.c testing/src/sfmodule_testing.c testing/src/testmodule.c testing/src/solvers/odeiv.c testing/tests/rng_profile1.py testing/tests/rng_test.py testing/tests/sf_test.py testing/tests/sf_test1.py testing/tools/extract_tool_ufunc.py testing/tools/sf_functions.py testing/tools/ufunc.py testing/tools/write_ufunc_evaluators.py tests/blas_test.py tests/block_test.py tests/chebyshev_test.py tests/combination_test.py tests/const_test.py tests/diff_test.py tests/eigen_test.py tests/errors_test.py tests/fft_test.py tests/fit_test.py tests/gsl_test.py tests/histogram_test.py tests/integrate_test.py tests/interpolation_test.py tests/linalg_test.py tests/minimize_test.py tests/monte_test.py tests/monte_test2.py tests/multifit_nlin_test.py tests/multimin_test.py tests/multiminimize_test.py tests/multiroots_test.py tests/odeiv_test.py tests/permutation_test.py tests/poly_test.py tests/qrng_test.py tests/rng_test.py tests/roots_test.py tests/run_test.py tests/statistics_test.py tests/wavelet_test.py typemaps/block_conversion_functions.h typemaps/c.py typemaps/callable.i typemaps/convert_block_description.h typemaps/error.i typemaps/file_typemaps.i typemaps/gsl_block_special_typemaps.i typemaps/gsl_block_typemaps.i typemaps/gsl_complex_typemap.i typemaps/gsl_error_typemap.i typemaps/gsl_function_typemaps.i typemaps/gsl_permutations_typemaps.i typemaps/gsl_rng_typemaps.i typemaps/misc_typemaps.i