Sha256: 29dad10b1eeeea473c8c11d80beb113688c60245a8d87acbbda37f66a994876d
Contents?: true
Size: 798 Bytes
Versions: 6
Compression:
Stored size: 798 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:files/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
6 entries across 6 versions & 3 rubygems
Version | Path |
---|---|
rb-gsl-1.15.3.1 | rdoc/start.rdoc |
blackwinter-gsl-1.15.3.2 | rdoc/start.rdoc |
gsl-1.15.3 | rdoc/start.rdoc |
gsl-1.14.7 | rdoc/start.rdoc |
gsl-1.14.6 | rdoc/start.rdoc |
gsl-1.14.5 | rdoc/start.rdoc |