#
# = {Ruby/GSL}[link:index.html]
#
# Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License.
#
# == Description
# {Ruby/GSL}[https://blackwinter.github.com/rb-gsl] is a ruby interface to the {GNU Scientific Library}[https://gnu.org/software/gsl/] (GSL), for numerical computing with {Ruby}[http://www.ruby-lang.org/en/].
#
# == Installation
# === Using the gem command
# Ruby/GSL may now be installed as a Ruby Gem by simply running
#
# gem install rb-gsl
#
# Note that the GSL libraries must already be installed before Ruby/GSL
# can be installed.
#
# * It is recommended to install the
# {GNU plotutils}[https://gnu.org/software/plotutils/plotutils.html]
# package. Some of the example scripts in the 'examples/' directory use the
# graph utility included in the package to plot the results.
# Windows-cygwin binaries of GNU plotutils and related packages are
# available from {here}[http://gnuwin32.sourceforge.net/packages/plotutils.htm].
#
# == Reference
#
# The {Ruby/GSL reference manual}[link:ref_rdoc.html] follows and borrows
# large parts of the GSL reference manual.
#
# == Examples
# See scripts in examples/ and tests/ directories.
#
# == Related Projects
# * {ruby-gsl:}[http://ruby-gsl.sourceforge.net/]
# Another Ruby binding, developed by Arno Erpenbeck.
#
# == Licence
# Ruby/GSL is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License.
# This library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY.
#
# == Bug Report
# If you encounter bugs in Ruby/GSL, please e-mail to me, or
# submit reports on {GitHub}[https://github.com/blackwinter/rb-gsl/issues].
#
# == Authors
# Yoshiki Tsunesada:: July, 2004
# David MacMahon:: November, 2010
# Jens Wille:: November, 2013