Using Ruby/GSL

Installation

See here.

Load the library

Use at the head of your scripts,

require("rb_gsl")
include GSL

or

require("gsl")

All the classes, modules, functions and constants of Ruby/GSL are defined under the top-level module GSL, or its submodules.

Naming convention, Modules

The GSL module

Examples

See sample codes in the "samples/" directory.

back