summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author B. Watson2020-10-11 21:39:36 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:36:39 +0200
commitcec4da4b82c8cb4bed0018e7428ab2760b0dc757 (patch)
tree0ac40d9061ba4445dc6087cfbffc062ca10acb04 /academic
parent747661d77feff686d5d26fe074af658450358594 (diff)
downloadslackbuilds-cec4da4b82c8cb4bed0018e7428ab2760b0dc757.tar.gz
academic/armadillo: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/armadillo/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/academic/armadillo/README b/academic/armadillo/README
index 17bef8f786..9327750b8d 100644
--- a/academic/armadillo/README
+++ b/academic/armadillo/README
@@ -2,9 +2,10 @@ Armadillo is a high quality C++ linear algebra library useful
for development of algorithms in machine learning, pattern recognition,
signal processing, bioinformatics, statistics, etc.
-Armadillo makes extensive use of template meta-programming, recursive templates
-and template based function overloading. As such, C++ compilers which do not
-fully implement the C++ standard may not work correctly.
+Armadillo makes extensive use of template meta-programming, recursive
+templates and template based function overloading. As such, C++
+compilers which do not fully implement the C++ standard may not work
+correctly.
The functionality of Armadillo is partly dependent on other libraries:
LAPACK, BLAS and ARPACK. The LAPACK and BLAS libraries are used for