aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@53307013-940b-43fa-b11d-2c2b05dfe90d>2010-03-22 17:26:01 +0000
committerschnetter <schnetter@53307013-940b-43fa-b11d-2c2b05dfe90d>2010-03-22 17:26:01 +0000
commit9354bec07b819208920e5892e7a2c0f6a14c8ce0 (patch)
treed05776c08a63f2ce6261c6ad905294127c2b8e55 /README
parent751f6e06081f0aee04e92dd71e038a61151d847a (diff)
Add BLAS
git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/BLAS/trunk@2 53307013-940b-43fa-b11d-2c2b05dfe90d
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d05ba68
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+Cactus Code Thorn BLAS
+Author(s) : Erik Schnetter
+Maintainer(s): Cactus team
+Licence : ?
+--------------------------------------------------------------------------
+
+1. Purpose
+
+Distribute the Basic Linear Algebra Subroutines (BLAS); see
+<http://netlib.org/blas/>.
+
+
+
+From the web site:
+
+The BLAS (Basic Linear Algebra Subprograms) are routines that provide
+standard building blocks for performing basic vector and matrix
+operations. The Level 1 BLAS perform scalar, vector and vector-vector
+operations, the Level 2 BLAS perform matrix-vector operations, and the
+Level 3 BLAS perform matrix-matrix operations. Because the BLAS are
+efficient, portable, and widely available, they are commonly used in
+the development of high quality linear algebra software, LAPACK for
+example.