summaryrefslogtreecommitdiff
path: root/libraries/blas
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/blas')
-rw-r--r--libraries/blas/slack-desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/blas/slack-desc b/libraries/blas/slack-desc
index d8d0c2aac6..4bd94f9b7f 100644
--- a/libraries/blas/slack-desc
+++ b/libraries/blas/slack-desc
@@ -10,10 +10,10 @@ blas: blas (Basic Linear Algebra Subprograms)
blas:
blas: The BLAS (Basic Linear Algebra Subprograms) are routines that provide
blas: standard building blocks for performing basic vector and matrix
-blas: operations. The Level 1 BLAS perform scalar, vector, and vector-vector
+blas: operations. The Level 1 BLAS perform scalar, vector, and vector-vector
blas: operations, the Level 2 BLAS perform matrix-vector operations, and the
blas: Level 3 BLAS perform matrix-matrix operations. Because the BLAS are
blas: efficient, portable, and widely available, they are commonly used in
blas: the development of high quality linear algebra software.
-blas: Note: This package contains the reference *unoptimized* BLAS library.
blas:
+blas: Note: This package contains the reference *unoptimized* BLAS library.