From cec4da4b82c8cb4bed0018e7428ab2760b0dc757 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 Oct 2020 15:39:36 -0400 Subject: academic/armadillo: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- academic/armadillo/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'academic/armadillo') 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 -- cgit v1.2.3