Title: Ruby/GSL

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License.

1 Description

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

2 Download

3 Installation

3.1 Using the gem command

RubyGSL may now be installed as a Ruby Gem by simply running gem install gsl. Note that the GSL libraries must already be installed before RubyGSL can be installed.

3.2 Using the setup.rb command

If you prefer, RubyGSL may still be installed using setup.rb.

  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 examples/ 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.