Title: Using Ruby/GSL

1 Installation

See here.

2 Load the library

Put at the head of your scripts,

require("gsl")

3 Naming convention

According to the Ruby manner, the name of each class begins with capital. For example,

4 Modules and Classes

The following is the list of Ruby/GSL modules and classes, <Name> (<Module or Class>)

5 Examples

See sample codes in the "samples/" or "tests" directory.

back