aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ac5f7bc
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+Cactus Code Thorn GSL
+Author(s) : Erik Schnetter
+Maintainer(s): Cactus team
+Licence : GPL
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Distribute the GNU Scientific Library; see
+<http://www.gnu.org/software/gsl/>.
+
+
+
+From the web site:
+
+The GNU Scientific Library (GSL) is a numerical library for C and C++
+programmers. It is free software under the GNU General Public
+License.
+
+The library provides a wide range of mathematical routines such as
+random number generators, special functions and least-squares fitting.
+There are over 1000 functions in total with an extensive test suite.