summaryrefslogtreecommitdiff
path: root/math/blas/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'math/blas/DESCR')
-rw-r--r--math/blas/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/math/blas/DESCR b/math/blas/DESCR
new file mode 100644
index 00000000000..084b5d5e4dc
--- /dev/null
+++ b/math/blas/DESCR
@@ -0,0 +1,7 @@
+The BLAS (Basic Linear Algebra Subprograms) are high quality "building
+block" routines for performing basic vector and matrix
+operations. Level 1 BLAS do vector-vector operations, Level 2 BLAS do
+matrix-vector operations, and Level 3 BLAS do matrix-matrix
+operations. Because the BLAS are efficient, portable, and widely
+available, they're commonly used in the development of high quality
+linear algebra software, LINPACK and LAPACK for example.