This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ANN: PyrexGsl 0.01


Hello.
 PyrexGsl is a Pyrex interface to GSL.
 The tar.gz archive is available at
 http://wwwteor.mi.infn.it/~pernici/pyrexgsl/pyrexgsl.html

Pyrex is a language for writing code that mixes Python and C data types,
and compiles it into a C extension module for Python.

Currently there are bindings for the modules described in the
following chapters of the  GSL manual

* Mathematical Functions
* Complex Numbers
* Polynomials
* Special Functions
* Vectors and Matrices
* Permutations
* Combinations
* BLAS Support
* Linear Algebra
* Eigensystems
* Numerical Integration
* Random Number Generation
* Quasi-Random Sequences
* Random Number Distributions
* Statistics
* Histograms
* N-tuples
* Monte Carlo Integration
* Ordinary Differential Equations
* Interpolation
* Numerical Differentiation
* Chebyshev Approximations
* Series Acceleration
* One dimensional Root-Finding
* One dimensional Minimization
* Least-Squares Fitting

for which examples from the GSL manual are provided.

Best regards
  Mario Pernici





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]