Sha256: 6cd690161469a25353f663d6de2014ac8cbf7dd8d89b86d1cf6d52b01a328485
Contents?: true
Size: 831 Bytes
Versions: 10
Compression:
Stored size: 831 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://sciruby.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:rdoc/use_rdoc.html] # # {Reference index}[link:rdoc/ref_rdoc.html] # {top}[link:index.html] # #
Version data entries
10 entries across 6 versions & 2 rubygems