Title: Ruby/GSL

1 Description

RubyGSL is a ruby interface to the GSL (GNU Scientific Library), for numerical computing with Ruby.

Ruby/GSL is developed with Ruby 1.8.2 and GSL 1.6 on MacOS X 10.3.7 (Darwin 7.7.0). This also runs under Linux, and Cygwin.

2 Download

3 Installation

  1. Get and install GSL. Make sure the command "gsl-config" is in command search path.
  2. Download Ruby/GSL, ungzip and untar the archive rb-gsl-xxx.tar.gz.
  3. % cd rb-gsl-xxx/
  4. % ruby setup.rb config
  5. % ruby setup.rb setup
  6. % ruby setup.rb install (as root)

4 Screenshot

5 Reference

6 Examples

See scripts in samples/ and tests/ directories.

7 Related Projects

8 Licence

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.

9 Bug Report

If you encounter bugs in Ruby/GSL, please e-mail to me, or submit reports from RubyForge page.

10 Author

Yoshiki Tsunesada

Jul/2004

This document is generated with RDTool.