The Ruby extension for the GSL
The Ruby/GSL provides a ruby interface to the GSL (GNU Scientific Library) for numerical computation with Ruby. This requires the GSL library, which is found on the development website <URL:http://sources.redhat.com/gsl/>.
Other routines are under development.
See documents in the directory doc/
or the sample scripts found in
test/
. The source codes are also useful to understand the
Ruby/GSL, all of information on it as well as bugs are completely described in them.
Ruby/GSL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.
The author would like to thank to the GSL Team. I also acknowledge to Mr. Yukihiro Matsumoto (Matz) for his much creative works.
Yoshiki Tsunesada yoshiki@cr.phys.titech.ac.jp