aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2009-09-28 18:20:08 +0000
committerschnetter <schnetter@9e23cc15-e5c8-4d65-9080-beda90ea645b>2009-09-28 18:20:08 +0000
commitb898a4e8e9d4816362505cc2f674f142404669d3 (patch)
tree7c20ddc3bae8a7aaf70b0e26b683aa50b30bc387 /README
parent776fc43af031376ccd9e8247adba688e835e71b2 (diff)
Add thorn containing the GSL library
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/GSL/trunk@2 9e23cc15-e5c8-4d65-9080-beda90ea645b
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.