summaryrefslogtreecommitdiffstats
path: root/libraries/blas
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 00:03:39 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-14 16:47:23 +0700
commit9638ae3f35c793e1429abc8f1df045134416b959 (patch)
tree70916639c316a188b8786dd158979f088535d234 /libraries/blas
parent85af4347e39e76649d810fe93f4d3500bcbc387b (diff)
downloadslackbuilds-9638ae3f35c793e1429abc8f1df045134416b959.tar.gz
slackbuilds-9638ae3f35c793e1429abc8f1df045134416b959.tar.xz
libraries/blas: Fix slack-desc.
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.