diff options
Diffstat (limited to 'academic/armadillo')
-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 |