Sha256: ec82ef187778fdb2245dcf7a486707915875a0d6fa81c79b6d1efd29c659d168
Contents?: true
Size: 792 Bytes
Versions: 4
Compression:
Stored size: 792 Bytes
Contents
# # = Getting started # # 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. # # The {Ruby/GSL}[http://rubyforge.org/projects/rb-gsl/"target="_top] is Ruby # bidings for GSL. This provides higher-level interfaces to the GSL functions. # See {here}[link:rdoc/use_rdoc.html] for installation. To use the library , just put at the head of your scripts <tt>require("gsl")</tt>, or type it from the command line of <tt>irb</tt>. # # #
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rb-gsl-1.16.0.2 | rdoc/start.rdoc |
rb-gsl-1.16.0.1 | rdoc/start.rdoc |
rb-gsl-1.16.0 | rdoc/start.rdoc |
rb-gsl-1.15.3.2 | rdoc/start.rdoc |