diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 15:39:36 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:39 +0700 |
commit | cec4da4b82c8cb4bed0018e7428ab2760b0dc757 (patch) | |
tree | 0ac40d9061ba4445dc6087cfbffc062ca10acb04 /academic | |
parent | 747661d77feff686d5d26fe074af658450358594 (diff) |
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/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/academic/armadillo/README b/academic/armadillo/README index 17bef8f786d45..9327750b8d9aa 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 |