Welcome to the GSLL development site
This page is for the development of GNU Scientific Library for Lisp. The main project page is the place to start for users. If you have a bug to report or feature to suggest, please use the "New Ticket" button. You do not need to login, but if you have a common-lisp.net Trac password, please do so.
Liam Healy
Recent changes that affect the API (trunk)
- SVN version 47, 2008-03-27: Unification of errors and warnings using a single class 'gsl-condition. Each numbered GSL condition is a subclass of this condition, under the name given by GSL, e.g. 'EDOM. These symbols are exported.
- SVN version 39, 2008-03-17: The function #'divided-difference now takes the output vector as the first argument, and added a test/example to polynomial.lisp.
- SVN version 37, 2008-03-15: The functions #'sort-vector-smallest-index and #'sort-vector-largest-index now take either a positive integer or a Lisp vector as the first argument. The returned object is this Lisp vector if given, or a new Lisp vector of the length indicated by the number.
- SVN version 34, 2008-03-10: New names for GSL objects vector-single-float, vector-double-float, matrix-single-float, matrix-double-float replace the old names vector-single, vector-double, matrix-single, matrix-double.
Experimental
- SVN version 46 2008-03-23: New branch "ffa" will use Papp's foreign-friendly arrays for potentially greater efficiency.
