Sha256: 70175dd6ca34c14e682d6fcc2eb9e4fa6114485f322275ddb4299341a951eabc
Contents?: true
Size: 825 Bytes
Versions: 3
Compression:
Stored size: 825 Bytes
Contents
# # = Introduction # # The GNU Scientific Library ({GSL}[https://gnu.org/software/gsl/]) # 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}[https://blackwinter.github.com/rb-gsl] is a Ruby # extension for GSL. This provides higher-level interfaces to the GSL functions. # # == Requirements # * GSL (1.4 or later recommended) # * ANSI C compiler # * Ruby (1.8 or later recommended) # # == Installation # See {here}[link:index.html]. # # {next}[link:use_rdoc.html] # # {Reference index}[link:ref_rdoc.html] # {top}[link:index.html] # #
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rb-gsl-1.16.0.4 | rdoc/intro.rdoc |
rb-gsl-1.16.0.3 | rdoc/intro.rdoc |
rb-gsl-1.16.0.3.rc1 | rdoc/intro.rdoc |