Guile-numerics logo

This project has not been touched since 2004. The code will probably not work any more due to changes in Guile, GSL and/or any of the other dependencies.

Introduction

Guile-numerics provides Guile bindings for the GNU Scientific Library (GSL), libsndfile, FFTW and LAPACK. Most bindings are automatically generated from the include files of the libraries. This ensures the bindings are up-to-date. The bindings includes support for the following:

The test scripts for GSL have been taken from the examples in the GSL reference manual. They both show that the bindings work and serve as examples of how to properly call the functions within Guile.

Dependencies

Project links