Path: | rdoc/index.rdoc |
Last Update: | Sun Nov 14 17:19:43 -0800 2010 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License.
Ruby/GSL is a ruby interface to the GNU Scientific Library (GSL), for numerical computing with Ruby.
Ruby/GSL may now be installed as a Ruby Gem by simply running
gem install gsl
Note that the GSL libraries must already be installed before Ruby/GSL can be installed.
If you prefer, Ruby/GSL may still be installed using setup.rb.
Ruby/GSL can be seen in action in these screenshots.
The Ruby/GSL reference manual follows and borrows large parts of the GSL reference manual.
See scripts in examples/ and tests/ directories.
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.
If you encounter bugs in Ruby/GSL, please e-mail to me, or submit reports from RubyForge page.
Yoshiki Tsunesada: | July, 2004 |
David MacMahon: | November, 2010 |