Sha256: f5fee82705b52e1761676fc16e87723cd3f2ec3163719ae4b01502be2ec2217e
Contents?: true
Size: 918 Bytes
Versions: 4
Compression:
Stored size: 918 Bytes
Contents
# # = Introduction # # The GNU Scientific Library ({GSL}[http://sources.redhat.com/gsl/"target="_top]) # is a collection of routines for numerical computing. # The routines have been written from scratch in C, and present a modern Applications # Programming Interface (API) for C programmers, allowing wrappers to be # written for very high level languages. The source code is distributed # under the GNU General Public License. # # {Ruby/GSL}[http://rubyforge.org/projects/rb-gsl/"target="_top] is a Ruby # extension for GSL. This provides higher-level interfaces to the GSL functions. # # == {}[link:index.html"name="1] Requirements # * GSL (1.4 or later recommended) # * ANSI C compiler # * Ruby (1.8 or later recommended) # # == {}[link:index.html"name="2] Installation # See {here}[link:index.html]. # # {next}[link:rdoc/use_rdoc.html] # # {Reference index}[link:rdoc/ref_rdoc.html] # {top}[link:index.html] # #
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rb-gsl-1.16.0.2 | rdoc/intro.rdoc |
rb-gsl-1.16.0.1 | rdoc/intro.rdoc |
rb-gsl-1.16.0 | rdoc/intro.rdoc |
rb-gsl-1.15.3.2 | rdoc/intro.rdoc |